-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Tagging] Per-taxonomy menu on Taxonomy List Page #105
[Tagging] Per-taxonomy menu on Taxonomy List Page #105
Comments
@ChrisChV is there a REST API to trigger the export of a taxonomy? |
@bradenmacdonald Whops! No, in the code is missing the REST API to call the import/export. I remember seeing that task/issue somewhere. I've looked for it and can't find anything |
As the wireframes currently stand, only global staff can export (i.e. download) taxonomies. Do you see a use case for which we should extend this to other user types as well? Currently the 3-dot menu only displays for global staff. (I imagine things might change once you've received feedback on #129). |
@ali-hugo Yes, if someone is an instructor on Site A but is a global staff on Site B, they may wish to download the taxonomy they've been using on Site A and upload it to use on Site B. In general if someone can view the taxonomy there's no reason not to let them download it IMHO, because they could always tediously re-create it step by step if they wanted to anyways. |
@bradenmacdonald That makes sense to me. I have updated the design accordingly. Please note that users with view-only permissions don't see the cog, the lock, nor the "enabled / enabled (default)" tags; they only see the menu with the option to export as CSV and JSON. I don't think it brings much value to these users to know whether the taxonomy is system-defined or not. Let me know if you disagree. |
@bradenmacdonald @ChrisChV This is all working well for me. Just wanted to flag a few small things (all of which can be fixed at a later stage):
|
^ We will fix the above shortly in FAL-3537. |
Should this badge show the tooltip? |
@ChrisChV Yes, please display the tooltip here too. |
This change makes the following updates to the UX of the taxonomy pages: * On the taxonomies list, display the full name of taxonomies in a tooltip if it's longer than what's displayed * On the taxonomy detail page, please change the title of the "Value" column to "Tag name" * On taxonomy detail page, remove the "child tags" column and put it in parentheses instead * Update tags count color * Several minor issues brought up here: openedx/modular-learning#105 (comment). * Fix issue with scroll position not being reset on navigation
This change makes the following updates to the UX of the taxonomy pages: * On the taxonomies list, display the full name of taxonomies in a tooltip if it's longer than what's displayed * On the taxonomy detail page, please change the title of the "Value" column to "Tag name" * On taxonomy detail page, remove the "child tags" column and put it in parentheses instead * Update tags count color * Several minor issues brought up here: openedx/modular-learning#105 (comment). * Fix issue with scroll position not being reset on navigation
Follows #104 and #113 .
"As any user with access to Studio, I can download any Taxonomy as CSV, if I have permission to view that Taxonomy."
"As any user with access to Studio, I can download any Taxonomy as JSON, if I have permission to view that Taxonomy."
"As any user with access to Studio, I get an explanation of what system-defined taxonomies are."
Acceptance Criteria
Developer Notes
The text was updated successfully, but these errors were encountered: