hector-jewell / hector-jewell/uber-eats-clone-using-react-native
Cancelled Orders are not being displayed in the past orders list History
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Bug Description
Cancelled orders are not being displayed in the "Past Orders" history list within the application.
To Reproduce
Place an order through the application.
Cancel the order from either the customer or restaurant side.
Navigate to the "Past Orders" or "Order History" section.
Expected behavior
Cancelled orders should appear in the "Past Orders" list or a dedicated "Cancelled Orders" section within the order history.
Each cancelled order entry should include details such as:
Order ID
Date and time of cancellation
Reason for cancellation (if provided)
Smartphone (please complete the following information):
Device: iPhone15pro
OS: iOS17.6.1
Proposed Solution:
Add Cancelled Orders to History:
Update the logic to ensure cancelled orders are logged in the "Past Orders" section or a new "Cancelled Orders" tab.
Provide Order Details:
Include necessary details like order ID, cancellation date, and reason for cancellation.
Improve UX:
Allow customers to view the status and cancellation details for clarity and better user experience.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Past Orders or Order History screen and the order-status handling used after customer or restaurant cancellation. Verify how cancelled orders are filtered or omitted, then confirm that history shows the order ID, cancellation date and time, and reason when available, including on the stated iPhone and iOS versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100