docs(notes): record mobile workspace progress

This commit is contained in:
saravanakumardb1 2026-03-10 17:11:57 -07:00
parent 7d23793728
commit d8d6e71670
2 changed files with 6 additions and 0 deletions

View File

@ -335,6 +335,11 @@ Detailed implementation plans live under `docs/roadmaps/`.
- 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 — Mobile all-workspace view materially advanced (`7d23793`):
- the mobile home surface now supports returning to an explicit all-workspaces view instead of forcing the first hydrated workspace
- mobile capture now requires an explicit workspace selection before save when no workspace is active
- verification passed for this slice with:
- `mobile` `npm run typecheck`
- 2026-03-10 — Mobile review actions hardened (`7a80094`):
- mobile approve/reject actions now disable while the backend update is in flight and expose per-item pending labels
- the mobile review surface no longer leaves approve/reject open to duplicate taps during async state changes

View File

@ -86,6 +86,7 @@ Stack: React Native + Expo + TypeScript
- 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`).
- Mobile home now supports an explicit all-workspaces note view, and capture now requires a workspace before save when none is active (`7d23793`).
- Inbox approvals/activity now hydrate from backend `note-agent-actions`, and approve/reject actions now patch the real backend review state (`8f14698`).
- Mobile review actions now disable while approve/reject mutations are in flight (`7a80094`).
- Mobile note detail now reflects persisted workspace/status/updated-at data instead of scaffold-era placeholder metadata (`2a93b5b`).