ShopPage LoadSectionData switch was missing cases for kitchen and recipes sections. Added data fetch calls for GetKitchenTicketsAsync and GetRecipesAsync on section navigation.
1.0 KiB
1.0 KiB
Context — GoodGo POS Platform
Updated: 2026-03-04 05:10
Current Status
- All Features Complete: Phase A + B + C-E + Missing Features
- Branch: master
- Commits:
14d6c40→9630183→33047af→d95e80f - Total: +1,839 insertions, 33 BFF endpoints, 29 service methods
- Docker: needs restart + rebuild
DB Tables Used
- catalog_service: products, categories, recipes*, recipe_ingredients*
- order_service: orders, order_items, order_statuses
- merchant_service: merchants, shops, merchant_staff, staff_roles
- inventory_service: inventory_items, inventory_transactions
- membership_service: members, level_definitions
- promotion_service: campaigns, vouchers
- wallet_service: wallets, wallet_transactions
- booking_service: appointments, resources, staff_schedules
- fnb_engine: tables, table_statuses, kitchen_tickets, sessions (*) = newly created
Deploy Command
cd deployments/local docker compose build --no-cache web-client-tpos-net docker compose up -d web-client-tpos-net