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
Prompt the user for a description for the new taxonomy.
The taxonomy will then be imported and automatically linked to the org for which the user is an org-level admin. If the user is an admin of multiple orgs, it will be linked to each org. If the user is global staff (instance-level admin) it will not be linked to any orgs; display a link to the django admin so they can edit that linking themselves.
Global staff they can change the org linking via the Django admin.
If an error occurs, display an alert/toast and put the details in the browser console.
Developer Notes
Implementing any required backend API / REST API is required as part of this story! There is import code on the backend but no REST/upload API.
See the accept attribute for how to implement # 2, limit selection to .csv or .json files.
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.
"As a global staff user (instance-level super user), I can import a taxonomy from the taxonomies list page."
Acceptance Criteria
Developer Notes