1. Payment Gateway Optimization (Razorpay) Goal: Switch from manual UPI ID entry to UPI Intent (auto-opening apps like GPay/Paytm) or Turbo UPI. Action: Integrate the Razorpay Native SDK (not just a WebView). Scope: Implement this in both the Customer App (for order payments) and Delivery App (for wallet top-ups or security deposits). 2. Call Masking API Debugging Goal: Ensure privacy by masking phone numbers between Customers, Delivery staff, and Restaurants. Action: Audit current API integration across all three apps. Identify why errors occur during the "click-to-call" handshake and fix the state management handling the call triggers. 3. Dynamic Incentive Schemes (UI/UX) Goal: Display real-time earnings potential to drivers based on the new admin panel structures. Action: Build a "Rewards/Incentives" dashboard in the Delivery App to show: Day-Based Grid: 7-day table showing "Orders Needed" vs. "Working Hours" vs. "Fixed Payout." Slot-Based Cards: Visual indicators for Breakfast, Lunch, and Dinner bonuses (Start/End times and Status). Logic: Must parse JSON data from the Laravel API to show "Active/Inactive" status dynamically. 4. Marketing & System Updates Meta (Facebook) SDK: Integrate facebook_app_events to track App Installs and "Purchase" events from Instagram/FB ads. Custom Notifications: Replace default system sounds with a branded "New Order" or "Order Ready" alert sound for both Android (Raw resources) and iOS (CAF files).