Skip to content

afomi/wecipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published