TorbatYar/docs/phase-handover/phase-12-7.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

50 lines
1.2 KiB
Markdown

# Phase Handover — 12.7 Connectors
## Metadata
| Field | Value |
| --- | --- |
| Phase ID | hospitality-12.7 |
| Title | Connectors |
| Status | Complete |
| Service(s) | hospitality |
| Version | 0.12.7.0 |
| Date | 2026-07-26 |
| ADR(s) | ADR-017 (no new ADR) |
## Summary
Outbound connector registration/dispatch shell on `hospitality_db` for delivery, accounting, CRM,
loyalty, communication, and website builder integrations. Dispatches are simulated locally via
no-op mock implementations of the existing platform provider Protocols — no httpx, no
cross-service imports.
## Public APIs
| Method | Path |
| --- | --- |
| CRUD/list | `/api/v1/connector-registrations` |
| CRUD/list | `/api/v1/connector-dispatches` |
## Events
`hospitality.connector_registration.created`, `connector_dispatch.created|status_changed`
## Migration
`0008_phase_127_connectors` (additive)
## Known Limitations
- No real connector SDKs; dispatch responses are mock-generated
- No retry/backoff or webhook-based ack handling
- No fiscal device or KDS vendor integration (see Kitchen phase)
## Next Phase Entry
Phase **12.8 — Analytics**
## Service Snapshot
Regenerated: `docs/service-snapshots/hospitality.yaml`