Branch: master
Commit Hash: 382bdcf3ce53527953f72739b3291111fd8db6d1
Commit Infomation:
commit 382bdcf3ce53527953f72739b3291111fd8db6d1
Author: 이기환 <kifhan@gmail.com>
Date: Thu Feb 12 05:12:39 2026 +0900
feat: Add table order management functionality
- Implemented views for managing menu categories, menus, menu option groups, menu options, service tables, and table orders.
- Created serializers for handling draft submissions and table order status updates.
- Added draft management for pre-order menus, including validation and normalization of draft items.
- Established admin interfaces for all models related to table orders.
- Defined models for menu categories, menus, menu option groups, menu options, service tables, table orders, pre-order menus, and user menu orders.
- Created initial migration for the table_order app, including all necessary fields and constraints.
- Configured app settings and added necessary imports for the new app.