pelican/internal/board
Dan Anglin c1bb834a7f
All checks were successful
/ test (pull_request) Successful in 34s
/ lint (pull_request) Successful in 46s
feat(ui): add support for creating status columns
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
..
board.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00
card.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00
card_lifecycle_test.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00
helpers_test.go feat: add the pelican project 2023-05-06 12:49:40 +01:00
status.go feat(BREAKING): specify project path 2023-12-12 12:47:58 +00:00
status_lifecycle_test.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00