fix: add restrictions when setting IDs. #31

Manually merged
dananglin merged 1 commit from set-card-id-enhancement into main 2024-01-21 17:34:29 +00:00
Owner

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.
### 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.
dananglin added 1 commit 2024-01-21 15:55:31 +00:00
fix: add restrictions when setting IDs.
All checks were successful
/ test (pull_request) Successful in 40s
/ lint (pull_request) Successful in 43s
4e7eb77583
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.
dananglin added this to the v0.2.0 milestone 2024-01-21 15:55:58 +00:00
dananglin added the
Scope/Board
Scope/Database
labels 2024-01-21 15:56:09 +00:00
dananglin manually merged commit 4e7eb77583 into main 2024-01-21 17:34:29 +00:00
dananglin deleted branch set-card-id-enhancement 2024-01-21 17:34:38 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apollo/pelican#31
No description provided.