From 152b09d03a93acd243d83f329d53fd949ee1dc31 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 16:20:38 -0700 Subject: [PATCH] docs(notes): record web artifact 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 9fd742d..99e81b8 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -339,6 +339,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 artifact creation materially advanced (`ef82747`): + - the web note detail surface now creates artifact records through the backend `note-artifacts` route + - artifact creation is no longer display-only; users can add artifact metadata directly from the note detail surface + - newly created artifacts 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 1567bd0..792800d 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -143,6 +143,12 @@ Stack: Next.js 16 + React 19 + TypeScript - Re-verified the web note-edit slice with: - `npm run typecheck` - `npm test` + - Artifact creation is now backend-backed from the web note detail surface (`ef82747`): + - artifact metadata now submits through the product backend `note-artifacts` route + - the detail view refreshes live artifacts after a new artifact is created + - Re-verified the web artifact slice with: + - `npm run typecheck` + - `npm test` # Open Questions