docs(notes): record active surface progress
This commit is contained in:
parent
5458090523
commit
7bec4e864d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user