From c4611d1ff5b9664217ce00ed832c9a047c585399 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Sat, 14 Feb 2026 15:44:31 -0800 Subject: [PATCH] docs(workstreams): add prereqs and execution order --- .../ALL_OTHER_WORKSTREAMS_REMAINING.md | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/workstreams/ALL_OTHER_WORKSTREAMS_REMAINING.md b/docs/workstreams/ALL_OTHER_WORKSTREAMS_REMAINING.md index 941ff6db..4f1044db 100644 --- a/docs/workstreams/ALL_OTHER_WORKSTREAMS_REMAINING.md +++ b/docs/workstreams/ALL_OTHER_WORKSTREAMS_REMAINING.md @@ -7,10 +7,26 @@ > - `learning_ai_common_plat/docs/EXTRACTION_SERVICE_ROADMAP.md` > - `learning_ai_common_plat/docs/codex/platform_and_products_refactor_2026-02-14.md` +## Progress Log + +- 2026-02-14: Checklist created (`docs/workstreams/*`) in commit `5113b56` + +## Prereqs (Local) + +- [ ] Create local `.env` from `.env.example` and set real values (do not commit the file) +- [ ] Ensure Docker Desktop is running (required for `docker compose build` / `up`) +- [ ] Ensure you have working Azure Cosmos credentials for local runs (services require `COSMOS_ENDPOINT` + `COSMOS_KEY`) + +## Execution Order (Suggested) + +1. Docker build and bring up the full stack (proves Dockerfiles + compose wiring). +2. Run the monitoring health-check and complete the E2E/manual flows. +3. Tackle Phase 7 enhancements (publishing, Changesets, new shared packages). + ## Home Laptop Priority (No Proxy Issues) -- [ ] Common platform: `cd learning_ai_common_plat && docker compose build` -- [ ] Common platform: `cd learning_ai_common_plat && docker compose up -d` +- [ ] Common platform: `cd learning_ai_common_plat && docker compose build` (maps to **5.16**) +- [ ] Common platform: `cd learning_ai_common_plat && docker compose up -d` (maps to **5.17** / **6.12**) - [ ] E2E/manual login tests across dashboards (admin/user/tracker) once stack is up ## Common Platform Extraction (`learning_ai_common_plat`) — Remaining Tasks