Open Issues Need Help
View All on GitHubAI Summary: Enhance the search functionality on the Dispatch page of a React Native food delivery app 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 and potentially the frontend search input and display.
React native food app is a fully realized and customizable food delivery application that is an all-in-one solution for managing orders and deliveries. Check out our product page for more information.
AI Summary: Debug and fix a GraphQL query in a React Native food delivery app's admin dashboard. The 'Orders' page currently displays an error ('Error: Cannot return null for non-nullable field User.name.') instead of the order list. The solution involves handling null values gracefully in the query or the UI to prevent the error and allow administrators to view orders.
React native food app is a fully realized and customizable food delivery application that 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 React Native food app's admin dashboard where the store counter on the Vendor page stops incrementing at 100, preventing the addition of more stores. The solution involves identifying whether the limitation is in the frontend code (a simple fix) or a backend limitation requiring more investigation and potential database schema changes.
React native food app is a fully realized and customizable food delivery application that is an all-in-one solution for managing orders and deliveries. Check out our product page for more information.