As a user
I want to declare the nutrition type of the meal as well as the information if the recipe is private or public
In order to be able to search for a certain nutrition type and be able to share recipes or keep them private.
Description
Acceptance criteria
in the RecipeForm for creating or editing a recipe the user now can add tags for the nutrition
the user can also check a checkbox to declare if the recipe should be private or public
Tasks
add a form field with pre defined nutrition tags
add the chosen nutrition tags to the recipe in the database
add a toggle for private or public
add a public key with the value true/false depending on the toggle to the database
add a author key to the database with the id of the creating user
Value proposition
As a user I want to declare the nutrition type of the meal as well as the information if the recipe is private or public In order to be able to search for a certain nutrition type and be able to share recipes or keep them private.
Description
Acceptance criteria
Tasks