kds/backend
jtricerolph 3acb880fc5 Add Kitchen SQLAlchemy model to models/user.py
settings.py imports Kitchen for the back-reference relationship on
KitchenSettings.kitchen. KDS uses kitchen_db directly so the table exists;
this minimal model satisfies the import without pulling in kitchen-only models.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-12 12:37:47 +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 Add Kitchen SQLAlchemy model to models/user.py 2026-07-12 12:37:47 +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