docs(notes): record review progress

This commit is contained in:
saravanakumardb1 2026-03-10 17:36:27 -07:00
parent 5ce940110f
commit e0ad97023a
2 changed files with 6 additions and 0 deletions

View File

@ -406,6 +406,11 @@ Detailed implementation plans live under `docs/roadmaps/`.
- verification passed for this slice with:
- `web` `npm run typecheck`
- `web` `npm test`
- 2026-03-10 — Review queue selection materially advanced (`5ce9401`):
- the web review surface now lets you choose which queued proposal is featured for review instead of forcing the first queue entry
- verification passed for this slice with:
- `web` `npm run typecheck`
- `web` `npm test`
- 2026-03-10 — Mobile verification materially advanced:
- mobile dependencies now install successfully with corrected sibling `@bytelyst/*` package paths
- `npm run typecheck`, `npm run lint`, and `npm test` now pass in `learning_ai_notes/mobile/`

View File

@ -160,6 +160,7 @@ Stack: Next.js 16 + React 19 + TypeScript
- Dashboard recent-note activity now links directly into the note detail surface (`9f2670c`).
- Dashboard saved views now route into real destinations, including seeded search queries (`99484a5`).
- Sidebar no longer exposes a hardcoded single-note navigation target (`4376519`).
- Review queue items are now selectable so the featured proposal follows the operator's choice (`5ce9401`).
- Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`).
# Open Questions