deck icon indicating copy to clipboard operation
deck copied to clipboard

Feature request: Move card into list when marked as done/completed

Open abelbabel opened this issue 1 year ago • 1 comments

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) ...

abelbabel avatar Aug 19 '24 11:08 abelbabel

Another idea is to create rules:

  1. Trigger
  • if a new comment was arrived
  • assigned to me
  • marked as completed
  • ....
  1. Action
  • move card to stack "DONE"
  • give a notification
  • ....

This would also be nice.

niclasheinz avatar Aug 19 '24 19:08 niclasheinz