Files
meezi/mobile/meezi_app
soroush.asadi 2652736d31 feat(meezi_app): discovery screen parity — rich filters + taxonomy (code-only)
Brings the Flutter discover screen toward web-Koja parity. Unverified (pub blocked).

- DiscoverFilters is now a copyWith class so the many optional filters set safely.
- Adds an "open now" chip, rating chips, sort, and a taxonomy-driven filter sheet
  (themes/vibes/occasions/space-features as multi-select chips + price tier),
  feeding the rich discover() query. Active-filter badge + pull-to-refresh.
- Café cards show open/closed status.
2026-06-03 07:52:49 +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.