docs: update README for Phase 3 completion

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
metatroncubeswdev 2026-08-23 18:02:47 -04:00
parent 6c633af598
commit 039b1539ab

View File

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