From e1b9e95ec0c10e287f50fdda6bc97f0295c2d70d Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 16:56:05 -0700 Subject: [PATCH] docs(notes): record mobile capture progress --- docs/ROADMAP.md | 5 +++++ docs/roadmaps/04_MOBILE_ROADMAP.md | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index a758a39..0f2e6c1 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -330,6 +330,11 @@ 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 — Mobile capture workspace selection materially advanced (`8e57799`): + - the mobile capture screen now exposes live workspace selection instead of relying on hidden active-workspace state + - backend-backed note creation now reflects the workspace chosen directly from the capture surface + - 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 diff --git a/docs/roadmaps/04_MOBILE_ROADMAP.md b/docs/roadmaps/04_MOBILE_ROADMAP.md index da15f6c..7867bd0 100644 --- a/docs/roadmaps/04_MOBILE_ROADMAP.md +++ b/docs/roadmaps/04_MOBILE_ROADMAP.md @@ -85,6 +85,7 @@ Stack: React Native + Expo + TypeScript - Mobile core Expo package versions were aligned to the SDK 55 expectations surfaced during runtime startup. - Mobile currently uses provisional product config, but the core quick-capture and note retrieval/edit slice is now wired to the product backend. - Quick capture now persists notes through the product backend instead of saving local-only drafts (`5995b6c`). +- Quick capture now exposes live workspace selection directly on the capture screen (`8e57799`). - 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`).