From 039b1539abb543b83fa67bec2b7df578dcc8d906 Mon Sep 17 00:00:00 2001 From: metatroncubeswdev Date: Sun, 23 Aug 2026 18:02:47 -0400 Subject: [PATCH] docs: update README for Phase 3 completion Co-Authored-By: Claude Sonnet 5 --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1fe376c..22b7c63 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,12 @@ runs the BullMQ worker (jobs/worker.ts) once Phase 4 makes it do anything. ## Status -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 +Phase 0 (scaffold & CI), Phase 1 (core data model & admin CRUD), Phase 2 +(scheduling engine), and Phase 3 (storefront widget + cart attributes — +`extensions/datetime-widget/`) 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). +— next up is Phase 4 (enforcement Functions + slot-holds). + +Editing the storefront widget's `extensions/datetime-widget/src/`? Run +`npm run build:widget` to rebuild `assets/datetime-widget.js` — it also runs +automatically before `npm run dev` / `npm run deploy`.