Open Issues Need Help
View All on GitHubAI Summary: Implement a real-time order tracking system using GPS for customers to monitor their order's delivery status. This involves integrating a GPS tracking solution into the existing food ordering system, likely requiring backend modifications to store and update location data, and frontend changes to display this information to the customer.
AI Summary: Implement a notification system for the NNT Purple Food House food ordering app, sending email or SMS messages to customers and/or staff regarding order updates. This involves integrating a notification service (e.g., email provider API, SMS gateway) into the existing Node.js/Express backend and potentially updating the React frontend to display notification-related information.