restaurant-admin-bff/docs/architecture/ownership-boundary.md
José René White Enciso 5b4c23b6e9 feat(restaurant-admin): add config edge flow
Why: baseline pending admin config edge handlers and runtime assets before security wave.

What: add set service window contracts/handlers, service adapter updates, and docs/docker assets.

Rule: keep technical intent and align repository workflow.
2026-03-08 15:00:08 -06:00

296 B

Restaurant Admin Ownership Boundary

  • Control-plane-facing BFF for policy, schedule, and operational configuration.
  • Owns admin edge contracts for feature flags, service windows, and overrides.
  • Does not own transactional order execution.
  • Consumes service APIs only; no direct DAL access.