Open Issues Need Help
View All on GitHubAI Summary: Enhance the search functionality on the Foodpanda clone app's Dispatch page to allow searching by restaurant name, customer name, and contact number in addition to the existing order ID search. This requires modifying the backend search logic to accommodate these additional search parameters and potentially updating the frontend to handle the expanded results.
Foodpanda clone app is a fully customizable food delivery application and is an all-in-one solution for managing orders and deliveries. Check out our product page for more information.
AI Summary: Fix a bug in the Foodpanda clone admin dashboard where the 'Orders' page displays an error ('Cannot return null for non-nullable field User.name') instead of the order list. The solution requires handling null values gracefully in the GraphQL query or backend to prevent the error and allow administrators to view and manage orders.
Foodpanda clone app is a fully customizable food delivery application and is an all-in-one solution for managing orders and deliveries. Check out our product page for more information.
AI Summary: Fix a bug in the Foodpanda clone app's admin dashboard where the store counter on the Vendor page stops incrementing beyond 100, preventing the addition of more than 100 stores. The solution requires investigating whether this is a front-end limitation or a backend constraint and adjusting the code accordingly to either remove the artificial limit or display an appropriate message if a limit exists.
Foodpanda clone app is a fully customizable food delivery application and is an all-in-one solution for managing orders and deliveries. Check out our product page for more information.