payfrit-app/lib/screens
John Mizerek 6f3dc7e477 Fix nested modifier saving with proper parent tracking
- Fixed _addModifiersRecursively to track OrderLineItemID through recursion
- Changed from hardcoded parentOrderLineItemId: 0 to actual parent IDs
- Added logic to find root item's OrderLineItemID before starting recursion
- Added logic to find each modifier's OrderLineItemID for its children
- Fixed API_BASE_URL to AALISTS_API_BASE_URL for environment consistency
- Added comprehensive debug logging for troubleshooting

This fix ensures nested modifiers (e.g., Customize Spread > Extra) are
properly saved to the database with correct parent-child relationships.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30 14:40:55 -08:00
..
beacon_scan_screen.dart Fix nested modifier saving with proper parent tracking 2025-12-30 14:40:55 -08:00
beacon_scan_screen_broken.dart Fix nested modifier saving with proper parent tracking 2025-12-30 14:40:55 -08:00
cart_view_screen.dart Implement complete cart management system 2025-12-29 11:14:19 -08:00
login_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
menu_browse_screen.dart Fix nested modifier saving with proper parent tracking 2025-12-30 14:40:55 -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 Fix nested modifier saving with proper parent tracking 2025-12-30 14:40:55 -08:00