docs(roadmap): annotate review runtime checkpoint

This commit is contained in:
saravanakumardb1 2026-03-10 12:37:27 -07:00
parent 8bf0bb5452
commit dcb6bd18dd
3 changed files with 5 additions and 2 deletions

View File

@ -636,6 +636,7 @@ Stop using local mock/fallback data as a primary runtime path.
### Checkpoint
- mobile runtime-alignment slice completed in [`8580ad3`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8580ad3)
- web runtime-alignment slice completed in [`8340b1d`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8340b1d)
- web review-runtime slice completed in [`8bf0bb5`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8bf0bb5)
## Phase D — Shared Platform Service Completion

View File

@ -63,8 +63,9 @@ Checkpoint:
Checkpoint:
- Mobile runtime alignment checkpoint in [`8580ad3`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8580ad3)
- Web runtime alignment checkpoint in [`8340b1d`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8340b1d)
- Web review runtime checkpoint in [`8bf0bb5`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8bf0bb5)
- [x] Web notes/workspaces/search/detail use real product-backend clients
- [x] Web notes/workspaces/search/review/detail use real product-backend clients
- [x] Mobile notes/workspaces/detail flows use real product-backend clients
- [x] Mobile editing persists to the backend instead of local-only state
- [ ] Artifact flows use shared blob-backed integration

View File

@ -40,9 +40,10 @@ Make the web app the strongest notes authoring/operator surface while ensuring t
Checkpoint:
- Web backend-backed runtime alignment completed in [`8340b1d`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8340b1d)
- Web review runtime alignment completed in [`8bf0bb5`](https://github.com/saravanakumardb1/learning_ai_notes/commit/8bf0bb5)
- [x] Replace `mock-data.ts` as a primary runtime source
- [ ] Replace `review-data.ts` as a primary runtime source
- [x] Replace `review-data.ts` as a primary runtime source
- [x] Remove demo auth fallback and demo token behavior from the default runtime path
- [x] Use product-backend-backed note/workspace/search/detail loading
- [ ] Keep only isolated test/prototype fixtures if still needed