-
Notifications
You must be signed in to change notification settings - Fork 3
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
Design and implement flow for a co-op to add tool(s) to directory profile #37
Comments
@greatislander were you wanting to add an issue different than the one described here? i.e. do we need a separate issue for adding tools to Tool Library? |
@dayotte We can use this issue but it would be good to drop in the flows for creating a tool so I can reference them from here. Thanks! |
@greatislander The flow for submitting a new tool to to the Tool Library, from the Directory, is defined by the following. In the PC_Directory XD file, the DK/Org profile/Edit/Tools/Add2 screen shows the "Submit new tool" button on the Tool tab of the Editable view of the Co-op profile. From there, the submit new tool flow is defined in the Figma Tool Library - Wireframes file on page 3.0 Share your tools (& add a tool). @cherylhjli and I were questioning whether or not there needs to be another way in to submitting a new tool from the Directory. We decided that the 2 existing ways to submit a new tool (1. from the Tool Library, which would bounce you to the Directory and back or 2. from the Directory, when identifying that "my co-op uses this tool" in your co-op profile) are sufficient. Wonder what you think? Not sure it would make sense to have a more prominent "I want to add a tool" from the Directory side. |
@dayotte I think the two methods you mention are sufficient. Thanks! |
* feat: add a tool, first pass (#37) * feat: add a tool, second pass (#37) * fix: enable another rule * fix: add another ignore path * feat: move labels to forms * fix: restore labels to model * fix: restore labels to model * feat: niche handling, first pass * feat: niche selection * feat: finish tool flow * fix: localize some tool choice strings, set defaults to empty * feat: set Tool.submitted_by_email on creation
Users who have an account/are logged in have the option to select "My co-op uses this" tool from the Tool Library. In that case, the tool should be added to their co-op's profile in the directory. This means we will need some way to confirm that they have access to a co-op profile, not just an individual profile, and/or a way to indicate which co-op profile they want to attach the tool use to (and then have it vetted by whomever "owns" that co-op profile).
Also, from the directory side, we want co-ops to be able to add tools they use to their profile (to either search for and choose tools that are listed in the Library, or to go to the Library and add them if they are not already there). Mockups for this flow attached.
FYI @cherylhjli
The text was updated successfully, but these errors were encountered: