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 a content author, I can view an enabled taxonomy's metadata and tags."
Acceptance Criteria
From the Taxonomies List Page [Tagging] Create Taxonomies List Page (in Course Authoring MFE) #104, when a user clicks anywhere on the taxonomy card that's not one of the menus/icons, they will be taken to a stripped-down version of the Taxonomy Detail Page. Here's what the full version will look like:
For the bare-bones version, just display all tags, expanded. No collapsing/expanding sections. If not all tags can be loaded at once, use "load more" links where necessary or some other simple solution.
The sidebar will display the taxonomy's title and description. Copyright info is not implemented so will come later.
Add an Actions button with "Export taxonomy as JSON" and "Export Taxonomy as CSV" - same functionality as [Tagging] Per-taxonomy menu on Taxonomy List Page #105 but it can now be accessed from this page too. No need to implement other actions - those are different stories.
The same view will be re-used as the "Edit Taxonomy" view, so design with that in mind.
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.
To make the taxonomy card clickable while preserving a11y, put a "view taxonomy details" link inside the card, make its inner text visible only to screen readers, and use .stretched-link (bootstrap class) to make the link cover the whole card.
"As a content author, I can view an enabled taxonomy's metadata and tags."
Acceptance Criteria
as JSON"and "Export Taxonomy as CSV"- same functionality as [Tagging] Per-taxonomy menu on Taxonomy List Page #105 but it can now be accessed from this page too. No need to implement other actions - those are different stories.Developer Notes
.stretched-link(bootstrap class) to make the link cover the whole card.