-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add tutorial to docs #605
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Great work! Thank you.
What about adding code (using the API SDK) to show how to create groups and add (remove) members. Mainly for credentials groups, as it's harder to figure out how to do that.
If the page gets longer, I think it's better to have a section called Tutorials
and have a page for the log in tutorial, another page for creating and managing off-chain groups, another for the credential groups and another for the on-chain groups. Something like the Guides
or Technical reference
sections in the Semaphore docs. This way people can go to the tutorial they need. What do you think?
Oh I realized I have yet to add in add and remove members from credential groups using API SDK. Will tag you once I have added those in. Converting this PR to draft. |
@vplasencia Hey! I have updated the documentation. Feel free to review it when you're free. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @waddaboo great work! Very well explained. Thank you very much! I left some comments, please, feel free to share your ideas.
apps/docs/docs/tutorials/dashboard/off-chain/multiple-credentials.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
@vplasencia Hey! Thanks for the detailed review! I have updated the documentation according to your suggestions and have included the Client app part, but I'm not sure if it's what you're looking for. Feel free to review whenever you're free and do let me know if any part still need any changes. |
Could you also add to the tutorials in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great! Thank you! Just one comments and the PR is ready to be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @waddaboo 🚀
Description
This PR implements a new section
Tutorial
to the Bandada documentation.The idea is to guide users through the process of creating a group and managing group members using the Bandada Dashboard, and to improve the user experience.
Related Issue
Closes #603
Does this introduce a breaking change?
Other information