pelican/internal/board
Dan Anglin dbb37a1060
refactor: a lil bit of refactoring
Changes:

- Rename the UI type to App.
- Rename NewUI() to NewApp().
- Move init functions to internal/ui/ui.go.
- Call app's initialisation function from main.
- Move the keymapping functionalities to internal/ui/keymappings.go.
- Add documentation for updateColumn() and updateAllColumns().
- Applied gofmt.

Also:

- Build(mage): optionally include -a and/or -v during go build.
2024-01-14 13:46:42 +00:00
..
board.go refactor: change content field to description 2024-01-10 12:12:54 +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 refactor: change content field to description 2024-01-10 12:12:54 +00:00