30 lines
634 B
Markdown
30 lines
634 B
Markdown
# Implementation Plan
|
|
|
|
## 1. Start Task
|
|
|
|
- Start Trellis task.
|
|
- Preserve unrelated dirty settings/dialog files.
|
|
|
|
## 2. Server Data
|
|
|
|
- Update dashboard page to load health/care/emergency summaries when permitted.
|
|
- Keep all reads organization-scoped.
|
|
- Build route hrefs with `getWorkspaceHref`.
|
|
|
|
## 3. Presentational UI
|
|
|
|
- Extend `DashboardHome` props for health reviews, care tasks, and emergency events.
|
|
- Add compact queue sections with links to modules.
|
|
- Remove top badge tag.
|
|
|
|
## 4. Verification
|
|
|
|
- `pnpm lint`
|
|
- `pnpm type-check`
|
|
- `pnpm test`
|
|
- `pnpm build`
|
|
|
|
## Rollback
|
|
|
|
- Revert dashboard page and `DashboardHome` changes.
|