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 delivery 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 updating the database to prevent null values in the 'User.name' field.
React native food delivery 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 bug in a React Native food delivery app's admin dashboard where the store counter on the Vendor page stops incrementing beyond 100. The task involves identifying whether the limitation is in the frontend code or a backend constraint, and then implementing a solution to allow for more than 100 stores to be added, or at least provide a clear error message if a limit exists.
React native food delivery 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: Implement a dynamic icon system in a React Native admin dashboard's store profile view. The system should automatically display relevant icons (e.g., dollar sign for currency, phone/email icons for contact details) next to data fields based on data type, improving readability and scalability.
React native food delivery 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.