From 24980b8e0337da9683393114409ac40ac40f43bb Mon Sep 17 00:00:00 2001 From: metatroncubeswdev Date: Sun, 23 Aug 2026 17:53:49 -0400 Subject: [PATCH] docs: update README status for Phase 2 completion Co-Authored-By: Claude Sonnet 5 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bad4b34..1fe376c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ runs the BullMQ worker (jobs/worker.ts) once Phase 4 makes it do anything. ## Status -Phase 0 (scaffold & CI) and Phase 1 (core data model & admin CRUD) complete. -See §6 of `IMPLEMENTATION_PLAN.md` for the phased build order and acceptance -criteria — next up is Phase 2 (the scheduling engine). +Phase 0 (scaffold & CI), Phase 1 (core data model & admin CRUD), and Phase 2 +(scheduling engine — `app/lib/time.ts`, `app/services/scheduling.server.ts`, +`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).