feat(sprints): milestone date fields + Timeline view #111
No reviewers
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!111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/sprints_round2"
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
Two feature gaps the round-1 audit flagged as out-of-scope: the milestone form had no way to set
due_date/target_datedespite both being in the Milestone struct, andSprintsView::Timelinesilently routed toListViewas a placeholder. Also fixes a native/custom icon collision on everyDateField.Related Issues
Closes #62
Closes #115
Changes
archipelagos/productivity/sprints/src/views/milestone_form.rsDateFieldinputs (Due Date / Target Date) in a side-by-side row between Status/Priority and Deliverablesymd_to_ts/ts_to_ymdhelpers bridgeYYYY-MM-DD↔ Unix seconds so existing milestones show their stored dates on edithandle_submitwrites both fields back on savearchipelagos/productivity/sprints/src/views/timeline_view.rs(new)MilestoneCard, sorted chronologically; undated milestones bucket into a trailing "No date" sectionarchipelagos/productivity/sprints/src/views/mod.rstimeline_view+ re-exportTimelineViewarchipelagos/productivity/sprints/src/island.rsSprintsView::Timelineto the realTimelineViewinstead of the oldListViewstubarchipelagos/productivity/sprints/Cargo.tomlchronoworkspace dep (used by the date helpers + timeline month labels)core/src/island.css::-webkit-calendar-picker-indicatoron.form-control-dateso the custom SVG overlay does not collide with itTest Results
cargo check -p hero_archipelagos_sprints: passcargo fmt -p hero_archipelagos_sprints: passdx build --package hero_os_app --web --features web: pass, deployed to the shared test instanceUI-only features — covered by manual verification below.
Manual verification
2026-05-01and Target Date2026-06-01, save, reopen — both dates pre-fill in the edit formNonefor both, detail view shows no date