openedx / modular-learning

3 stars 1 forks source link

[Tagging] "Bare Bones" Update of Existing Taxonomy by Uploading #140

Closed bradenmacdonald closed 9 months ago

bradenmacdonald commented 1 year ago

"As an org-level admin, I can create a new taxonomy or update an existing taxonomy"

Acceptance Criteria

  1. From the taxonomy list page, org-level admins will see a Re-import menu item for any taxonomy that they have permission to edit: Screenshot 2023-10-11 at 2 44 53 PM
  2. Clicking it will open a file dialog that the user can use to select any .json or .csv file (see #115 for note on how to do this)
  3. The new data will then be imported and overwrite the previously available tags in the taxonomy.
  4. If an error occurs, display an alert/toast and put the details in the browser console. Screenshot 2023-10-06 at 9 58 16 AM

Developer Notes