From c13925803ef85165a56c81b2c0c6eff88bba8a5e Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 16:26:28 -0700 Subject: [PATCH] docs(notes): record web task progress --- docs/ROADMAP.md | 7 +++++++ docs/roadmaps/03_WEB_ROADMAP.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 99e81b8..3db9230 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -346,6 +346,13 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Web task creation materially advanced (`c99390e`): + - the web note detail surface now creates manual note tasks through the backend `note-tasks` route + - task review is no longer labeled as mock extraction; the task panel now supports backend-backed task creation + - newly created tasks refresh into the live note detail state after creation + - 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 792800d..ca2f33c 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -149,6 +149,12 @@ Stack: Next.js 16 + React 19 + TypeScript - Re-verified the web artifact slice with: - `npm run typecheck` - `npm test` + - Task creation is now backend-backed from the web note detail surface (`c99390e`): + - manual tasks now submit through the product backend `note-tasks` route + - the detail view refreshes live tasks after a new task is created + - Re-verified the web task slice with: + - `npm run typecheck` + - `npm test` # Open Questions