deck
deck copied to clipboard
Feature request: Move card into list when marked as done/completed
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.
Deck 1.12.0 introduced a done state for cards which can be set or unset manually.
Describe the solution you'd like
In many scenarios the lists represent some kind of workflow (ToDo / WiP / Done), for example when Deck is used as a Kanban board.
In these cases, it would be great, if a card was automatically moved to the Done-stack/list once it reaches done-state. This stack could be a per-board defined setting. If it is not defined, no moving should be done.
This feature request is related to #5485 (but it's the other way round) ...
Another idea is to create rules:
- Trigger
- if a new comment was arrived
- assigned to me
- marked as completed
- ....
- Action
- move card to stack "DONE"
- give a notification
- ....
This would also be nice.