The goal of this app is to allow users to track the number of alcoholic drinks they have had and report their level of intoxication.
The app will have 3 categories of drinks (Beer, Liquor, and Mixed Drinks) Each with values (Name, Category, ABV, and Size). We will store a few drinks in each category for user to choose from. The hope is users will also be able to add new drinks (this feature is not extremely important to the overall functionality)
-Initial App setup ✓
-Begin UI design (check Design Doc for UI reference) ✓
-Start DTOs for drink categories ✓
-Merge suggestions from code review 1 ✓
-Finish UI design ✓
-Add new activities (i.e. Beer, Mixed Drink, Liquor, and Add Drink activities) ✓
-Finish DTO and service stub setup ✓
-Add 'Intoxication Meter' ✓
-Setup user feedback/notifications
-Finish UI ✓
-Add all other activities and their layouts ✓
-Complete page navigation ✓
-Finish DTO and DAO
-Add feature so user can manually enter a new drink
-Add 'Intoxication' notification and feature to update 'Intoxication Meter' based on users input