You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"As any user with access to Studio, I can see the new "Taxonomy" tab, which has the Taxonomy List Page. It displays any taxonomies that are enabled for my organization, as well as system-defined Taxonomies."
Acceptance criteria:
Add a new link from Studio Home to this taxonomies list. (Alongside "Courses", "Libraries"). This should be hidden behind a new feature flag for now.
As always, follow standard practices - Paragon, i18n, a11y, etc.
Taxonomies do not (yet) need to be clickable - no details available, no edit functionality (those come in subsequent stories)
For now, just show whatever taxonomies the API returns for the current user, without regard to whether they're system-defined or part of a specific org or disabled/enabled.
UPDATED: If a taxonomy is not "enabled" according to the API, hide it altogether.
UPDATED: If a taxonomy is "system defined" according to the API, display the "System-defined" badge:
UPDATED: The three dots menu ⋮ will come in a later story - for now it can be omitted entirely.
If the description of the taxonomy is super-long, the text must be truncated with an ellipsis (see mockups).
The header is out of scope for now. Until it is available (until another team has implemented the new header, or we do so in a later phase [Tagging] Implement New Header [Postponed] #119), use no header and just a link back to the Studio home page.
UPDATED:Include a link to the documentation about Taxonomies. If available. If not, create a future story to track this TODO. (don't worry about this for now)
Deploy the changes to the tagging sandbox and enable the feature flag for all users.
Developer notes:
Screenshots above are for convenience - Figma is the most up-to-date source for mockups. The scale of UI elements seen in the screenshots above may be incorrect.
Important: The cards will be very similar to the code for cards from the Studio Pages & Resources page since they're almost identical in appearance. Re-use or copy code from that where it makes sense. The Taxonomy list should probably be a Paragon CardView so we can get pagination and filtering in the future. (For now, hide its search/filter/page components and display all taxonomies at once.)
"As any user with access to Studio, I can see the new "Taxonomy" tab, which has the Taxonomy List Page. It displays any taxonomies that are enabled for my organization, as well as system-defined Taxonomies."
Acceptance criteria:
Include a link to the documentation about Taxonomies. If available. If not, create a future story to track this TODO.(don't worry about this for now)Developer notes: