From 504b3392034f9980f701d67ad74618f51c46e84b Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 17:32:15 -0700 Subject: [PATCH] docs(notes): record sidebar progress --- docs/ROADMAP.md | 5 +++++ docs/roadmaps/03_WEB_ROADMAP.md | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 87f0840..a8fd08b 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -401,6 +401,11 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Sidebar navigation cleanup materially advanced (`4376519`): + - the web sidebar no longer points primary navigation at a single hardcoded note record + - 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 14e9c2d..b250da8 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -159,6 +159,7 @@ Stack: Next.js 16 + React 19 + TypeScript - 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`). + - Sidebar no longer exposes a hardcoded single-note navigation target (`4376519`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions