1.3 KiB
1.3 KiB
title, status, files, verification
| title | status | files | verification | ||||||
|---|---|---|---|---|---|---|---|---|---|
| T01 summary | done |
|
|
Turned dashboard and reminders into actionable entry surfaces instead of dead-end summaries.
What changed:
job-tracker-ui/src/jobWorkspaceRoute.ts- added a single helper for routed job-workspace entry with
open,tab, and optionalfollowMode
- added a single helper for routed job-workspace entry with
job-tracker-ui/src/components/DashboardView.tsx- added a
Needs Follow-upaction section driven by reminder jobs - wired dashboard actions into the shared routed job-workspace flow
- added a
job-tracker-ui/src/components/RemindersView.tsx- replaced the separate reminder modal loop with routed entry into
/jobs - reminders now open the relevant workspace state directly instead of creating another local workflow
- replaced the separate reminder modal loop with routed entry into
job-tracker-ui/src/daily-control-loop.test.tsx- added focused proof that dashboard and reminders route into the right workspace flow
Verification:
- Focused daily-loop test passed
- Frontend build passed