kds/backend
jtricerolph c3d13446fc Fix SQLAlchemy mapper init error — remove back_populates from Resos models
KDS uses a minimal Kitchen stub (no resos_* relationship properties) so
back_populates="resos_bookings" etc. caused mapper init to fail on every
request. Changed all four Resos.kitchen relationships to viewonly=True
with no back reference — KDS only reads these, not writes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-14 09:09:33 +00:00
..
api Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
migrations Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
models Fix SQLAlchemy mapper init error — remove back_populates from Resos models 2026-07-14 09:09:33 +00:00
services Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
auth.py Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
database.py Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
Dockerfile Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
main.py Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
requirements.txt Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00