vinvasir / nutrition_facts_tracker

Fitness tracker app with light CMS capabilities
0 stars 0 forks source link

Next Up #2

Open vinvasir opened 7 years ago

vinvasir commented 7 years ago

Shared

Fitness tracker module

Food management module

vinvasir commented 6 years ago

Some other use cases from Flatiron School's learn.co Rails project repository:

A Recipe Manager - Should provide the ability to browse recipes by different filters such as date created, ingredient count, rating, comments, whatever your domain provides. Additionally ingredients would need to be unique so that the first user that adds Chicken to their recipe would create the canonical (or atomic/unique/individual) instance of Chicken (the only row to ever have the name Chicken in the ingredients table). This will force a join model between ingredients and recipes and provide an easy way to group recipes by ingredients, which would be a great view to implement. Associating some user-centric data regarding recipes such as ratings or comments would further fill out the domain and provide some great learning experiences.