Keep non-mobile checklist scoped; drop KMP item

This commit is contained in:
Saravana Achu Mac 2026-02-14 19:20:46 -08:00
parent 9f96cdff2e
commit 0240e7cbe0

View File

@ -18,6 +18,7 @@
- 2026-02-15: `docker compose build` passes (all service images) - 2026-02-15: `docker compose build` passes (all service images)
- 2026-02-15: `docker compose up -d` passes (removed Loki logging-driver requirement; fixed healthchecks for Alpine/IPv6) - 2026-02-15: `docker compose up -d` passes (removed Loki logging-driver requirement; fixed healthchecks for Alpine/IPv6)
- 2026-02-15: Verified `/health` endpoints across services (docker-network check; see **6.17**) - 2026-02-15: Verified `/health` endpoints across services (docker-network check; see **6.17**)
- 2026-02-15: Removed MindLyst KMP build verification from this non-mobile checklist (tracked in `docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md`)
## Prereqs (Local) ## Prereqs (Local)
@ -64,7 +65,8 @@ CI + docker compose (home network)
Full-stack verification + E2E scenarios Full-stack verification + E2E scenarios
- [ ] **6.9** Build MindLyst KMP (passes on home network) Note: MindLyst KMP build verification is tracked in `docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md`.
- [x] **6.12** Docker compose full stack: `docker compose up -d` -> all healthy - [x] **6.12** Docker compose full stack: `docker compose up -d` -> all healthy
- [ ] **6.13** Test: Admin login -> create user -> view user list - [ ] **6.13** Test: Admin login -> create user -> view user list
- [ ] **6.14** Test: User login -> view profile -> update settings - [ ] **6.14** Test: User login -> view profile -> update settings