From dcb6bd18dd71984a91501c1626e836e439c392e0 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 12:37:27 -0700 Subject: [PATCH] docs(roadmap): annotate review runtime checkpoint --- docs/ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md | 1 + docs/roadmaps/08_ARCHITECTURE_REUSE_MASTER_ROADMAP.md | 3 ++- docs/roadmaps/10_WEB_REUSE_ALIGNMENT_ROADMAP.md | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md b/docs/ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md index 2eb89b4..15c1719 100644 --- a/docs/ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md +++ b/docs/ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md @@ -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 diff --git a/docs/roadmaps/08_ARCHITECTURE_REUSE_MASTER_ROADMAP.md b/docs/roadmaps/08_ARCHITECTURE_REUSE_MASTER_ROADMAP.md index b234eb2..73d55a4 100644 --- a/docs/roadmaps/08_ARCHITECTURE_REUSE_MASTER_ROADMAP.md +++ b/docs/roadmaps/08_ARCHITECTURE_REUSE_MASTER_ROADMAP.md @@ -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 diff --git a/docs/roadmaps/10_WEB_REUSE_ALIGNMENT_ROADMAP.md b/docs/roadmaps/10_WEB_REUSE_ALIGNMENT_ROADMAP.md index 31dc034..2522681 100644 --- a/docs/roadmaps/10_WEB_REUSE_ALIGNMENT_ROADMAP.md +++ b/docs/roadmaps/10_WEB_REUSE_ALIGNMENT_ROADMAP.md @@ -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