Register all active platform services and base features in core DB so admin can manage them, add delivery/hospitality/sports-center backend phases, update apps catalog and production deploy tooling. Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# Phase 12.2 — QR Menu & QR Ordering
|
|
|
|
| Field | Value |
|
|
| --- | --- |
|
|
| Status | Complete |
|
|
| Module | hospitality |
|
|
| Commercial Product | Torbat Food |
|
|
| Version | 0.12.2.0 |
|
|
| Database | `hospitality_db` |
|
|
| API Port | 8009 |
|
|
| ADR | ADR-001, ADR-003, ADR-006, ADR-017 |
|
|
| Prior phase | [12.1 Digital Menu Catalog](hospitality-phase-12-1.md) |
|
|
|
|
## Goal
|
|
|
|
Add QR Menu public surfaces and QR Ordering / cart shells that consume the digital menu catalog — without POS, kitchen, payment, or reservation engines.
|
|
|
|
## Scope (In)
|
|
|
|
- Aggregates: QrCode, QrMenuSession, QrOrderingSession, Cart, CartLine
|
|
- APIs under `/api/v1/qr-codes|qr-menu-sessions|qr-ordering-sessions|carts|cart-lines`
|
|
- Permissions + publish-only events
|
|
- Alembic `0003_phase_122_qr_menu_ordering`
|
|
- Capabilities `qr_menu`, `qr_ordering`; version `0.12.2.0`
|
|
|
|
## Out of Scope
|
|
|
|
- POS Lite / POS Pro, Kitchen tickets, Payment posting, Reservation engine
|
|
|
|
## Quality Gates
|
|
|
|
Passed (architecture, dependency, migration, tenant, API, permissions, docs). See handover.
|
|
|
|
## Related Documents
|
|
|
|
- [Hospitality Roadmap](hospitality-roadmap.md)
|
|
- [Phase Handover 12.2](phase-handover/phase-12-2.md)
|
|
- [ADR-017](architecture/adr/ADR-017.md)
|
|
- [Module Registry](module-registry.md#hospitality)
|
|
- [Service Snapshot](service-snapshots/hospitality.yaml)
|