From 2abf983321eb04761822300040ef02d25b112d38 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 17:25:44 -0700 Subject: [PATCH] docs(notes): record saved view progress --- docs/ROADMAP.md | 6 ++++++ docs/roadmaps/03_WEB_ROADMAP.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 04ca100..87f0840 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -395,6 +395,12 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Dashboard saved views materially advanced (`99484a5`): + - dashboard saved-view cards now navigate into real destinations instead of rendering as passive summary cards + - the search surface now accepts seeded `q` query params so dashboard shortcuts can open directly into backend-backed filtered results + - 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 a7a9c92..14e9c2d 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -158,6 +158,7 @@ Stack: Next.js 16 + React 19 + TypeScript - 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`). + - Dashboard saved views now route into real destinations, including seeded search queries (`99484a5`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions