Commit graph

5 commits

Author SHA1 Message Date
8a03660dc2
checkpoint: normalise + test cases
- add a function to normalise statuses positional values
- add test cases for deleting statuses
2024-01-17 22:13:03 +00:00
87afaf0741
checkpoint: added functionality to delete statuses 2024-01-17 20:56:21 +00:00
c1bb834a7f
feat(ui): add support for creating status columns
All checks were successful
/ test (pull_request) Successful in 34s
/ lint (pull_request) Successful in 46s
This commit adds support for creating new status columns. When the user
is in the 'board edit' mode, they can press the 'c' key to create a new
column. When a new column is created it automatically assumes the last
position on the board. We will add support later on to allow the user to
re-arrange the columns on the board.

Part of apollo/pelican#22
2024-01-17 17:10:36 +00:00
f956b7da59
refactor: change content field to description
Change the content field to description for the card type in preparation
for supporting card notes.
2024-01-10 12:12:54 +00:00
b983f8930e
feat: add the pelican project 2023-05-06 12:49:40 +01:00