-
Notifications
You must be signed in to change notification settings - Fork 322
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.
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 this case, it would be convenient to be able to mark cards as done automatically when dragging a card in the last list. There are three options that came to my mind:
- Configure per list, whether a card gets marked as
donewhen dragging it into the list
a) Optionally also configure whether the cards gets marked asundonewhen dragging it into another (or a "lower" list) - Configure per board whether a card which gets dragged into the "last" list gets marked as
doneautomatically
a) Optionally allow selecting lists which behave this way, in case the last list represents some kind ofblockedstate
b) Optionally also configureundonewhen leaving the list - For the sake of completeness: Configure 2.) per user (does not make sense in my opinion)
No matter which solution, it must™ be synchronizable via the REST API to allow the Deck Android app to behave the same way - a user would simply expect this.
Describe alternatives you've considered
The Deck Android app could do this without synchronization, users would be disappointed that the behavior is inconsistent.
cc @nextcloud/designers @nextcloud/designers-community