afomi/wecipe
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Wecipe
Open recipes
== Notes
Objects:
All objects have a name, attributes, and behaviors.
Recipe
id
name = Nestle Tollhouse Cookies, Ghiradelli Cookies
tag
recipe_ingredients = []
states = crispy | flaky
calculate_state() # based on a formula
Ingredient # the master list of ingredients
id
name
RecipeIngredients # an instance of an ingredient used in a Recipe
ingredient_id
recipe_id
measurement
notes