You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The desktop application will allow me to track my recipes. I want to browse through recipes, track ingredients and instructions and have information about their nutritional value.
The basic functionality requirements:
I want to insert, update and delete recipes
I want to insert, update and delete categories and assign them to recipes
I want to insert, update and delete ingredients, including their nutritional value
I want to insert, update and delete custom units (e.g., a cup of smth, a teaspoon of smth)
I want to assign ingredients to recipes with a proper unit (e.g., grams, milliliters, pieces, …) and amount
I want to view recipes based on selected filters
I want to see statistics about recipes (e.g., nutritional value - calories)
I want to import/export data to/from the application