You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
AS A user I WANT TO check all positions in my order with additional information SO THAT I can edit my choice and then confirm it.
Acceptance criteria
The screen must contain information about user's order: time of waiting order (specifically it is time for which user must arrive to the coffee shop - in N mins coffee will wait him), cards with beverages and buttons with bin to delete corresponding position, information about total cost and button for submission.
User can scroll down the list with positions in the order.
Each card must contain following information:
a. Name of drink in the order.
b. Chosen size of beverage.
c. Price for this size.
d. Quantity of portions of this drink with 2 buttons for regulating it: "+" and "-".
Total cost should be dynamically changed with changing in quantity.
User can click on button "Submit" and go to the screen with timer.
The text was updated successfully, but these errors were encountered:
Tasks
[2pt] Design for order screen #53
[2pt] Implement the order screen #69
Buttons for order screen #81
Description
AS A user I WANT TO check all positions in my order with additional information SO THAT I can edit my choice and then confirm it.
Acceptance criteria
a. Name of drink in the order.
b. Chosen size of beverage.
c. Price for this size.
d. Quantity of portions of this drink with 2 buttons for regulating it: "+" and "-".
The text was updated successfully, but these errors were encountered: