diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index bade9bf..a8b6d8a 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -446,6 +446,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 review-state entrypoint materially advanced (`758d5d4`): + - the note-detail header review-state badge now routes into the review surface instead of rendering as passive status text + - 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 d40166d..444d88e 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -168,6 +168,7 @@ Stack: Next.js 16 + React 19 + TypeScript - Dashboard metric cards now route into their corresponding operational surfaces (`2a9f490`). - Note-detail metadata now routes review state and tags into live surfaces (`6d72561`). - Workspace-card visibility, owner, and tag affordances now route into live filters (`260428d`). + - Note-detail header review-state badge now routes into the review surface (`758d5d4`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions