Skip to content
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] Delete a taxonomy #127

Closed
bradenmacdonald opened this issue Sep 22, 2023 · 2 comments · Fixed by openedx/frontend-app-authoring#684
Closed

[Tagging] Delete a taxonomy #127

bradenmacdonald opened this issue Sep 22, 2023 · 2 comments · Fixed by openedx/frontend-app-authoring#684

Comments

@bradenmacdonald
Copy link
Contributor

bradenmacdonald commented Sep 22, 2023

"As a global staff user (instance-level super admin), I can delete a taxonomy."

Acceptance Criteria

  1. Global staff users will see this "Delete" menu for non-system taxonomies on the Taxonomy List Page:
    Screenshot 2023-09-22 at 10 11 11 AM
  2. And the same option can be accessed from the Taxonomy Detail Page:
    Screenshot 2023-09-22 at 10 16 03 AM
  3. Clicking that option will reveal this confirmation dialog:
    Screenshot 2023-09-22 at 10 11 25 AM
  4. The "Delete" button will be disabled until/unless users type "DELETE" in the field.
  5. Once users click "Delete", the taxonomy will be deleted and a toast shown. If they were on the Taxonomy Detail Page, they are redirected to the Taxonomy List Page.
    Screenshot 2023-09-22 at 10 12 21 AM
  6. Implementing "Undo" as seen above is not required (out of scope). That may come later in [Tagging] Implement Undo framework for taxonomies and tagging #135.

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.
  • As always, make sure the whole process can be done using only a keyboard.
@ChrisChV
Copy link

ChrisChV commented Nov 9, 2023

Once users click "Delete", the taxonomy will be deleted and a toast shown.

@bradenmacdonald The "Undo" functionality of the toast will be implemented in #135?

@bradenmacdonald
Copy link
Contributor Author

@ChrisChV Yes but that particular story has been postponed, so I'm not sure if/when we'll implement undo.

In any case, you do not need to implement undo as part of this story.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants