Uber-coffee / Mobile-app

0 stars 3 forks source link

[2pt] Implement screen with complete information about beverage in Menu screen #64

Open Niyaz-ik opened 4 years ago

Niyaz-ik commented 4 years ago

Acceptance criteria The screen must contain following information:

  1. Photo of beverage and its title.
  2. Information about ingredients used for this coffee with their percentage ratio.
  3. Slider for additional components, offering with this beverage (sugar is obligatory).
  4. Composition of buttons for choosing size. a. In case user tapped on one of size options, it should be brighter than others and also the strip emphasizing the choice should be moved. b. In default mode the smallest one is chosen.
  5. Quantity of portions of this drink with 2 buttons for regulating it: "+" and "-". a. In case user tapped on "+", quantity should be increased, and decreased on event of "-". b. In default mode "1" is shown.
  6. Total price. a. Should be dynamically changed with all modifications user enters.
  7. Button "Add to cart" for adding this drink in chosen quantity to the order.

image