fix: remove sprint note type from schema and status validation #194
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-api!194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "193-remove-sprint-note-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Removes the dead "sprint" note type from the platform. We use continuous kanban, not sprints. Verified zero notes with note_type="sprint" exist in the production database before removal.
Changes
src/pal_e_docs/schemas.py— removed "sprint" from NoteType Literalsrc/pal_e_docs/routes/notes.py— removed "sprint" entry from VALID_STATUSES dicttests/test_note_type_enum.py— removed "sprint" from NEW_TYPES list, replaced test_sprint_valid_status with test_sprint_type_rejected (asserts 422)Test Plan
Related
🤖 Generated with Claude Code