chore(task): archive 07-02-operations-dashboard-integration

This commit is contained in:
2026-07-03 00:57:51 -07:00
parent 9d73457f79
commit 4792aa5a77
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
# 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.