diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 51124e8..04ca100 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -390,6 +390,11 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Dashboard entrypoints materially advanced (`9f2670c`): + - recent note activity cards on the dashboard now link directly into the backend-backed note detail surface instead of rendering as read-only summary cards + - verification passed for this slice with: + - `web` `npm run typecheck` + - `web` `npm test` - 2026-03-10 — Mobile verification materially advanced: - mobile dependencies now install successfully with corrected sibling `@bytelyst/*` package paths - `npm run typecheck`, `npm run lint`, and `npm test` now pass in `learning_ai_notes/mobile/` diff --git a/docs/roadmaps/03_WEB_ROADMAP.md b/docs/roadmaps/03_WEB_ROADMAP.md index 5d2b44a..a7a9c92 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -157,6 +157,7 @@ Stack: Next.js 16 + React 19 + TypeScript - `npm test` - Search now uses the backend note search query path instead of local-only client-side filtering (`4748ed3`). - Workspace filtering is now active instead of passive UI (`ab15950`). + - Dashboard recent-note activity now links directly into the note detail surface (`9f2670c`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions