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
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