Remove sprint note type references #48
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-docs-app#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
plan-platform-sprint-cleanup- standalone cleanup task from pal-e-docs#193Repo
forgejo_admin/pal-e-appUser Story
As a developer
I want the removed sprint note type cleaned from the frontend
So that the UI does not offer a note type that no longer exists in the platform
Context
The sprint note type has been removed from pal-e-docs as part of issue #193 (pal-e-docs repo). The frontend still references it in the color map and the note type dropdown. These references need to be removed to keep the frontend consistent with the backend.
File Targets
Files the agent should modify:
src/lib/colors.ts-- removesprint: '#2563eb'from TYPE_COLORSsrc/routes/notes/[slug]/edit/+page.svelte-- remove'sprint'from NOTE_TYPES arrayAcceptance Criteria
sprintno longer appears in TYPE_COLORS in colors.tssprintno longer appears in NOTE_TYPES array in edit pageTest Expectations
npm run buildConstraints
Checklist
Related