No description
Find a file
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
backend Fix SQLAlchemy mapper init error — remove back_populates from Resos models 2026-07-14 09:09:33 +00:00
frontend Add .gitignore + package-lock.json; frontend build verified (84 modules, clean) 2026-07-12 12:17:05 +00:00
.gitignore Add .gitignore + package-lock.json; frontend build verified (84 modules, clean) 2026-07-12 12:17:05 +00:00
_copy_from_archive.sh Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
docker-compose.yml Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00