Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order preparation should stop and status should change to "Picked Order" when rider clicks the "Pick Order" button. #133

Open
gray-mueller opened this issue Jan 1, 2025 · 0 comments

Comments

@gray-mueller
Copy link
Collaborator

Describe the bug
When the rider clicks on the "Pick Order" button to indicate they are picking up the order, the order preparation should automatically stop, and the status should be updated to "Picked Order." However, currently, the preparation continues, and the order status does not update as expected, leading to an inconsistency between the actual status and what is reflected in the system.

To Reproduce

  1. A rider clicks on the "Pick Order" button to indicate they are ready to pick up the order.
  2. The order preparation should stop, and the order status should be changed to "Picked Order."
  3. However, the preparation process continues, and the status of the order is not updated to "Picked Order."

Expected behavior
Once the rider clicks the "Pick Order" button, the preparation of the order should cease immediately, and the status should be updated to "Picked Order" in both the rider and customer applications. This would reflect the fact that the order is no longer in preparation but is now being actively handled by the rider.

Actual Results
The order preparation continues even after the rider clicks "Pick Order," and the order status does not change to "Picked Order," creating a delay in the system's reflection of the rider's action.

Smartphone (please complete the following information):

  • Device: iPhone15pro
  • OS: [e.g. iOS17.6.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant