Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abelbabel opened this issue Aug 19, 2024 · 1 comment
Open

Comments

@abelbabel
Copy link

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

@niclasheinz
Copy link

niclasheinz commented Aug 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants