diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 4c0f86f..b5b8adb 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -436,6 +436,11 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Note metadata entrypoints materially advanced (`6d72561`): + - note-detail metadata now routes review state and tags into the relevant review and search surfaces instead of rendering only passive text/badges + - 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 864acfe..941768c 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -166,6 +166,7 @@ Stack: Next.js 16 + React 19 + TypeScript - Search-page saved searches now route into real seeded query states (`88c11c2`). - Workspace-page saved views now route into real filter presets (`22df6d9`). - Dashboard metric cards now route into their corresponding operational surfaces (`2a9f490`). + - Note-detail metadata now routes review state and tags into live surfaces (`6d72561`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions