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

Administrators can purge deleted comics. #1072

Closed
mcpierce opened this issue Oct 26, 2021 · 0 comments · Fixed by #1090
Closed

Administrators can purge deleted comics. #1072

mcpierce opened this issue Oct 26, 2021 · 0 comments · Fixed by #1090
Assignees
Labels
feature A new feature or enhancement to an exisiting feature library Issues related to loading, display or working with the library of comics
Milestone

Comments

@mcpierce
Copy link
Contributor

mcpierce commented Oct 26, 2021

As an administrator, I would like to be able to purge comics marked for deletion from my library.

Preconditions

  1. A comic is marked for deletion.

User Story

  1. The administrator goes to the Deleted Comics page.
  2. The administrator clicks the Purge Library button in the toolbar.
  3. The administrator can optionally check a box to delete the comic file as well.
  4. The administrator confirms the action.

Postconditions

  1. The server launches a batch process to remove deleted comics from the library.
  2. The deleted comics are removed from the database.
  3. If the user checked to delete the comic file then the comic files are removed as well.
@mcpierce mcpierce added library Issues related to loading, display or working with the library of comics feature A new feature or enhancement to an exisiting feature labels Oct 26, 2021
@mcpierce mcpierce added this to the 0.11 milestone Nov 5, 2021
@mcpierce mcpierce self-assigned this Nov 5, 2021
mcpierce added a commit to mcpierce/comixed that referenced this issue Nov 5, 2021
 * Added a frontend feature to initial the process.
 * Added a REST API to process the request.
 * Added a batch process to perform the purging.
 * Added state events to perform the record deletions.
@mcpierce mcpierce linked a pull request Nov 5, 2021 that will close this issue
12 tasks
mcpierce added a commit that referenced this issue Nov 9, 2021
 * Added a frontend feature to initial the process.
 * Added a REST API to process the request.
 * Added a batch process to perform the purging.
 * Added state events to perform the record deletions.
mcpierce added a commit that referenced this issue Nov 10, 2021
 * Added a frontend feature to initial the process.
 * Added a REST API to process the request.
 * Added a batch process to perform the purging.
 * Added state events to perform the record deletions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or enhancement to an exisiting feature library Issues related to loading, display or working with the library of comics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant