Files
meezi/mobile/meezi_app
soroush.asadi af1794925d
CI/CD / CI · API (dotnet build + test) (push) Successful in 41s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 33s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m5s
CI/CD / CI · Admin Web (tsc) (push) Successful in 38s
CI/CD / CI · Website (tsc) (push) Successful in 45s
CI/CD / CI · Koja (tsc) (push) Successful in 50s
CI/CD / Deploy · all services (push) Successful in 22s
feat(meezi_app): café profile parity — cover, open badge, gallery, hours (code-only)
Enhances the café detail screen toward web-Koja parity. Parsing verified against
the real backend DTOs (CafePublicDto / WorkingHoursPublicDto), still unbuilt (pub blocked).

- Cover image hero (coverImageUrl), open/closed badge (isOpenNow).
- Photo gallery (galleryUrls) horizontal strip.
- Working hours rendered from the day-keyed WorkingHoursPublicDto ({sat..fri} of
  {isOpen,open,close}), Sat→Fri with Persian day labels.
2026-06-03 08:00:22 +03:30
..

Meezi mobile app

Flutter 3 app — customer (discover, QR menu, cart, reservations) + staff HR.

Setup

  1. Install Flutter 3.x and add it to PATH.
  2. From this folder:
flutter create . --project-name meezi_app
flutter pub get
flutter run -d chrome
  1. 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 /qrdemo_table_01 → order → track.