rhudgeons / AndroidApp

First try at this thing
0 stars 0 forks source link

validation checks #3

Closed rhudgeons closed 9 years ago

rhudgeons commented 9 years ago

AS A user: I want to know I typed in a price in the correct format (x.xx)

SO THAT: There aren't any weird values when the total is added up.

I'LL KNOW I'M DONE WHEN: A validation check is implemented to prevent an incorrectly formatted price from being entered.

TASKS :white_check_mark: investigate changes to be made (alertDialog in addFoodFragment) :white_check_mark: : implement :white_check_mark: : test input

rhudgeons commented 9 years ago

fixed here