internetarchive / internetarchive/openlibrary
Delete button for Series
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 126
Description
### Feature Request
## Problem / Opportunity
Patrons may create a Series which later on they may want to erase due to different reasons (Mistake, similar exists, etc) so this feature proposes adding this button similar to the one existing on the editing page of books. This feature will be accessible only to SuperLibrarians
Numerous of Series already exists that were created as "Tests" that can only be eliminated through access to the DB, which not every user has.
A cleaner DB of the series, freeing space and less work on maintainers on cleaning since superlibrarians will have power on this
## Proposal
Same logic that was implemented on the editing page of books will be added to the Series editing page to maintain a uniform logic between sections
Reference on how the current state of the button is on the editing page of Books
### Breakdown
Implementation Details (for maintainers)
#### Stakeholders
* @cdrini
#### Instructions for Contributors
* **Before** [creating a new branch](https://docs.openlibrary.org/developers/tools/git.html#making-changes-and-creating-a-pull-request) or pushing up changes to a PR, please first [run these commands](https://docs.openlibrary.org/developers/tools/git.html#working-on-your-branch) to ensure your repository is up to date, as the pre-commit bot may add commits to your PRs upstream.
Contributor guide
Assessment
This issue has not been assessed yet.