Centralise Milestone interface to types/domain.ts #40
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
question
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/incr#40
Loading…
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?
The
Milestoneinterface ({ target: number; description: string; created_at: string }) is copy-pasted acrossdashboard.tsx,StatsBox.tsx,ProgressBar.tsx, andOnboardingFlow.tsx. Any field addition requires touching every file.Fix: Move to
resources/js/types/domain.tsand import where needed.Effort: S — do when next feature touches any of these files.