Sprints island round 1: parallel list + ConfirmDialog + SDK #29 workaround #103
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#103
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?
Mirrors the round-1 drill applied to Tasks (#97), Stories (#98), Projects.
Bugs:
milestone_service.rs::list()fetches milestones with a sequentialfor sid in sids { get(&sid).await }loop — N+1 latency.milestone_detail_view.rs::handle_deletefires the delete immediately on click with no ConfirmDialog; accidental clicks are irreversible.milestone_service.rs::delete()surfacesDeserialization error: invalid type: booleanto the UI (SDK returns bool but generated client expects String — hero_osis #29). Tasks/Stories already tolerate it; Sprints doesn't.Out of scope for this round (tracked separately):
milestone_form.rsmissing date fields — already #62.SprintsView::Timelinecurrently routes toListViewas a placeholder — needs a real timeline view.