docs: update README status for Phase 2 completion

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
metatroncubeswdev 2026-08-23 17:53:49 -04:00
parent 8c2b8a9e1c
commit 24980b8e03

View File

@ -37,6 +37,8 @@ runs the BullMQ worker (jobs/worker.ts) once Phase 4 makes it do anything.
## Status ## Status
Phase 0 (scaffold & CI) and Phase 1 (core data model & admin CRUD) complete. Phase 0 (scaffold & CI), Phase 1 (core data model & admin CRUD), and Phase 2
See §6 of `IMPLEMENTATION_PLAN.md` for the phased build order and acceptance (scheduling engine — `app/lib/time.ts`, `app/services/scheduling.server.ts`,
criteria — next up is Phase 2 (the scheduling engine). `app/services/capacity.server.ts`) are complete. See §6 of
`IMPLEMENTATION_PLAN.md` for the phased build order and acceptance criteria
— next up is Phase 3 (storefront widget + cart attributes).