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
Owner

Description

This PR adds the "done bucket" option to a kanban bucket. If a bucket is the "done" bucket,

  1. All tasks moved into it will be set to done
  2. All tasks set to done from elsewhere will be moved into the bucket

Frontend PR: vikunja/frontend#440

Checklist

  • I added or improved tests
  • I added or improved docs for my feature
    • Swagger (including mage do-the-swag)
    • Error codes
# Description This PR adds the "done bucket" option to a kanban bucket. If a bucket is the "done" bucket, 1. All tasks moved into it will be set to done 2. All tasks set to done from elsewhere will be moved into the bucket Frontend PR: https://kolaente.dev/vikunja/frontend/pulls/440 # Checklist * [x] I added or improved tests * [x] I added or improved docs for my feature * [x] Swagger (including `mage do-the-swag`) * [x] Error codes
konrad added 9 commits 2021-03-21 22:08:54 +00:00
konrad added 2 commits 2021-03-23 20:32:49 +00:00
Fix done bucket json name
All checks were successful
continuous-integration/drone/pr Build is passing
0086cf12e5
konrad added 1 commit 2021-03-23 21:32:10 +00:00
Fix marking a task as done & done at dates when marking it as done through a bucket
Some checks reported errors
continuous-integration/drone/pr Build was killed
4a3298916d
konrad added 1 commit 2021-03-23 21:32:46 +00:00
Merge branch 'main' into feature/kanban-done-column
All checks were successful
continuous-integration/drone/pr Build is passing
cd18b444b4
konrad merged commit d1b87d2705 into main 2021-03-24 20:16:36 +00:00
konrad deleted branch feature/kanban-done-column 2021-03-24 20:16:44 +00:00
Sign in to join this conversation.
No description provided.