payfrit-app/lib/screens
John Mizerek 9995eb2ff7 feat: implement full recursive menu customization system
- Add MenuItem model with hierarchical structure support
- Implement recursive menu browsing with infinite depth support
- Add ExpansionTile for collapsible modifier sections
- Implement radio/checkbox logic based on ItemMaxNumSelectionReq
- Add automatic pre-selection for ItemIsCheckedByDefault items
- Implement validation for ItemRequiresChildSelection and max limits
- Add recursive price calculation across all depth levels
- Support intelligent selection behavior (radio groups, parent/child deselection)
- Add proper error messaging for validation failures
- Connect menu items API endpoint
- Update navigation flow to menu browse after service point selection
2025-12-29 10:32:31 -08:00
..
login_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
menu_browse_screen.dart feat: implement full recursive menu customization system 2025-12-29 10:32:31 -08:00
order_home_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
restaurant_select_screen.dart feat: implement full recursive menu customization system 2025-12-29 10:32:31 -08:00
service_point_select_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
splash_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00