Add a "done" option to kanban buckets #821

Merged
konrad merged 13 commits from feature/kanban-done-column into main 2021-03-24 20:16:36 +00:00

13 Commits

Author SHA1 Message Date
kolaente cd18b444b4
Merge branch 'main' into feature/kanban-done-column
continuous-integration/drone/pr Build is passing Details
2021-03-23 22:32:32 +01:00
kolaente 4a3298916d
Fix marking a task as done & done at dates when marking it as done through a bucket
continuous-integration/drone/pr Build was killed Details
2021-03-23 22:32:05 +01:00
kolaente 0086cf12e5
Fix done bucket json name
continuous-integration/drone/pr Build is passing Details
2021-03-23 21:32:43 +01:00
kolaente 04aae98b9a
Merge branch 'main' into feature/kanban-done-column 2021-03-23 21:32:38 +01:00
kolaente 8c3e49b706
Make sure there can be only one done bucket per list
continuous-integration/drone/pr Build is failing Details
2021-03-21 23:07:28 +01:00
kolaente be82a53761
Update swagger docs 2021-03-21 22:53:02 +01:00
kolaente 41eee00aed
Make sure creating a new task and updating an existing one use the same logic for setting the bucket 2021-03-21 22:49:41 +01:00
kolaente 6d78ee7ce1
Make sure a task is moved to the done bucket when marked as done from elsewhere 2021-03-21 22:39:41 +01:00
kolaente cd5599a10d
Cleanup 2021-03-21 22:34:31 +01:00
kolaente bc21a21622
Fix moving a task into the default bucket when moving it between lists 2021-03-21 22:19:56 +01:00
kolaente 37ebff8752
Make a task done when it is moved to the done bucket 2021-03-21 22:12:42 +01:00
kolaente fc92fd3325
Refactor checking if bucket belongs to the same list when moving a task 2021-03-21 22:07:06 +01:00
kolaente 29a37c705a
Add done bucket column 2021-03-21 18:53:33 +01:00