Get a delete all cards from a list in the archived view on the action button
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
We have a lot of cards in some of our decks and this makes the loading of the interface slow. In order to try to make it quicker, I disabled URL previews. We also wanted to delete all the archived cards, but I can't seem to find this option somewhere.
Describe the solution you'd like
An option to delete all archived cards from a list would be nice and quick to use instead of delete each card one by one.
I have made a quick edit in the HTML to show what I'm talking about. It's in French, but the new option just says “Delete the archived cards”.
Describe alternatives you've considered
I have made a python script to do it because I'm not yet good enough to make this change in the app and make a PR. But if it is approved, I think it would be a good first issue.
Additional context
Here is the script if anyone wants it : delete_archived_stacks_deck.py.txt
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the archived view's action button and compare its behavior with the attached delete_archived_stacks_deck.py.txt script. Trace the existing single-card deletion flow before deciding where bulk deletion belongs. Done means a user can delete all archived cards from a list in one action and the view updates accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100