837805b6b8
CI/CD / CI · API (dotnet build + test) (push) Successful in 43s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 30s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m7s
CI/CD / CI · Admin Web (tsc) (push) Successful in 36s
CI/CD / CI · Website (tsc) (push) Successful in 44s
CI/CD / CI · Koja (tsc) (push) Successful in 50s
CI/CD / Deploy · all services (push) Successful in 24s
Replaced the placeholder Flutter launcher icons in all 5 mipmap densities (48/72/96/144/192) with the real Meezi mark, ready for the Android APK build. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Meezi mobile app
Flutter 3 app — customer (discover, QR menu, cart, reservations) + staff HR.
Setup
- Install Flutter 3.x and add it to
PATH. - From this folder:
flutter create . --project-name meezi_app
flutter pub get
flutter run -d chrome
- Set API base URL in
lib/core/api/api_config.dart(Docker default:http://localhost:5080).
Routes
| Path | Screen |
|---|---|
/discover |
Café list |
/qr |
Enter table QR (demo_table_01) |
/cafe/:slug/menu |
Menu + add to cart |
/cafe/:slug/cart |
Checkout |
/cafe/:slug/reserve |
Table reservation |
/order/:id/track |
Order status |
/hr/attendance |
Staff clock-in |
Demo: open /qr → demo_table_01 → order → track.