From 7bec4e864d41a853d9e813149e5d6ae5d58bbf81 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 16:38:28 -0700 Subject: [PATCH] docs(notes): record active surface progress --- docs/ROADMAP.md | 6 ++++++ docs/roadmaps/03_WEB_ROADMAP.md | 1 + docs/roadmaps/04_MOBILE_ROADMAP.md | 1 + 3 files changed, 8 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 81d1280..56cedaa 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -330,6 +330,12 @@ Detailed implementation plans live under `docs/roadmaps/`. - placeholder note-body copy was removed in favor of truthful empty-state messaging for real backend-backed notes - verification passed for this slice with: - `mobile` `npm run typecheck` +- 2026-03-10 — Active surface copy truthfulness improved (`5458090`): + - active landing, workspace, note-detail, and 404 surfaces now describe the backend-backed product state instead of stale scaffold/placeholder wording + - mobile note save now awaits the persisted update before exiting edit mode + - verification passed for this slice with: + - `web` `npm run typecheck` + - `mobile` `npm run typecheck` - 2026-03-10 — Web review decisions materially advanced (`1bb220b`): - the web review surface now approves and rejects proposals through the backend `note-agent-actions` review route - proposal comparison cards now expose real approve/reject actions instead of read-only before/after scaffolding diff --git a/docs/roadmaps/03_WEB_ROADMAP.md b/docs/roadmaps/03_WEB_ROADMAP.md index ca2f33c..e730a78 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -155,6 +155,7 @@ Stack: Next.js 16 + React 19 + TypeScript - Re-verified the web task slice with: - `npm run typecheck` - `npm test` + - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions diff --git a/docs/roadmaps/04_MOBILE_ROADMAP.md b/docs/roadmaps/04_MOBILE_ROADMAP.md index f2e13ab..da15f6c 100644 --- a/docs/roadmaps/04_MOBILE_ROADMAP.md +++ b/docs/roadmaps/04_MOBILE_ROADMAP.md @@ -87,6 +87,7 @@ Stack: React Native + Expo + TypeScript - Quick capture now persists notes through the product backend instead of saving local-only drafts (`5995b6c`). - Inbox approvals/activity now hydrate from backend `note-agent-actions`, and approve/reject actions now patch the real backend review state (`8f14698`). - Mobile note detail now reflects persisted workspace/status/updated-at data instead of scaffold-era placeholder metadata (`2a93b5b`). +- Mobile note save now awaits the persisted update before exiting edit mode (`5458090`). - Re-verified the current mobile slice with: - `npm run typecheck`