nextcloud / nextcloud/deck

Get a delete all cards from a list in the archived view on the action button

Open
#5,514 0 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: cards feature: stacks
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”.
image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.