mhotan / DineOn

Git Repository for our 403(13sp) Android application "DineOn"
0 stars 0 forks source link

Menu item quantities don't reset after order is placed #322

Closed glee23 closed 11 years ago

glee23 commented 11 years ago

Severity: Major

Steps:

  1. Check in to a restaurant.
  2. Place an order.
  3. See that the quantities don't reset.
  4. Increment one item by one.
  5. Click View Order.
  6. See that the order quantity is 1, which means that it took the difference between the previous and this order, not this order's quantities.

Resolution: Unresolved

mhotan commented 11 years ago

Yeah that whole control flow needs to be re done

mhotan commented 11 years ago

i guess im on it

mhotan commented 11 years ago

This one is going to take a little bit of refactoring. Because android ui test or so freakin brittle I dont want to change it. Thanks a lot testing requirements :-1:

glee23 commented 11 years ago

Should we leave it up and take the documented ding for a bug, or try and hide it and hope they don't come across it?