From 49d479034487fa0e4b1bd7c46fdc9ba2f4034f84 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 17:40:38 -0700 Subject: [PATCH] docs(notes): record workflow 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 9a1804e..154acdb 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -411,6 +411,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 workflow entrypoints materially advanced (`6222fda`): + - dashboard operator workflow cards now route into the corresponding operational surfaces instead of rendering as passive status summaries + - 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 a499105..0e59ac5 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -161,6 +161,7 @@ Stack: Next.js 16 + React 19 + TypeScript - Dashboard saved views now route into real destinations, including seeded search queries (`99484a5`). - Sidebar no longer exposes a hardcoded single-note navigation target (`4376519`). - Review queue items are now selectable so the featured proposal follows the operator's choice (`5ce9401`). + - Dashboard operator workflows now route into real operational destinations (`6222fda`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions