docs(workstreams): add prereqs and execution order

This commit is contained in:
Saravana Achu Mac 2026-02-14 15:44:31 -08:00
parent 5113b569a1
commit c4611d1ff5

View File

@ -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