TorbatYar/docs/hospitality-phase-12-6.md
Mortezakoohjani 5c6a2e78cf feat(platform): seed service registry, deploy all modules, and fix homepage catalog.
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>
2026-07-27 12:39:51 +03:30

43 lines
1.4 KiB
Markdown

# Phase 12.6 — Kitchen
| Field | Value |
| --- | --- |
| Status | Complete |
| Module | hospitality |
| Commercial Product | Torbat Food |
| Version | 0.12.6.0 |
| Database | `hospitality_db` |
| API Port | 8009 |
| ADR | ADR-001, ADR-003, ADR-006, ADR-017 |
| Prior phase | [12.5 POS Pro](hospitality-phase-12-5.md) |
## Goal
Add a kitchen display / ticket routing shell consuming POS tickets and QR ordering sessions by
reference only (`source_type` + `source_id` UUID) — no direct writes into POS/QR aggregates.
## Scope (In)
- Aggregates: KitchenStation, KitchenTicket, KitchenTicketItem
- APIs under `/api/v1/kitchen-stations|kitchen-tickets|kitchen-ticket-items`
- Status transition endpoints (`/status`) with terminal-state guards (`bumped`, `cancelled`)
- Permissions + publish-only events
- Alembic `0007_phase_126_kitchen`
- Capabilities `kitchen`, `kitchen_engine`; version `0.12.6.0`
## Out of Scope
- Delivery / Accounting / CRM / Loyalty / Communication / Website connectors, Analytics, AI
## Quality Gates
Passed (architecture, dependency, migration, tenant, API, permissions, docs). See handover.
## Related Documents
- [Hospitality Roadmap](hospitality-roadmap.md)
- [Phase Handover 12.6](phase-handover/phase-12-6.md)
- [ADR-017](architecture/adr/ADR-017.md)
- [Module Registry](module-registry.md#hospitality)
- [Service Snapshot](service-snapshots/hospitality.yaml)