pelican/internal
Dan Anglin 4e7eb77583
All checks were successful
/ test (pull_request) Successful in 40s
/ lint (pull_request) Successful in 43s
fix: add restrictions when setting IDs.
Main change:

Add restrictions when adding IDs for cards and statuses. Errors are
returned when an attempt is made to set an ID lower than 1, or an
attempt is made to set an ID that has already been set.

Additional changes:

- Error types in the board packages are now defined in errors.go.
- Small formatting to error messages.
2024-01-21 15:39:51 +00:00
..
board fix: add restrictions when setting IDs. 2024-01-21 15:39:51 +00:00
db fix: add restrictions when setting IDs. 2024-01-21 15:39:51 +00:00
ui feat: add support for deleting status columns 2024-01-18 22:36:33 +00:00