docs(notes): record mobile capture progress

This commit is contained in:
saravanakumardb1 2026-03-10 16:56:05 -07:00
parent 8e577993c0
commit e1b9e95ec0
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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`).