Improved delete, scaling added

This commit is contained in:
lucas
2022-04-29 17:11:38 -07:00
parent 479d38464e
commit 0ab4c37785
7 changed files with 202 additions and 134 deletions

View File

@@ -1,11 +1,26 @@
{
"0": {
"3": {
"quantity": "2",
"name": "Sourdough",
"ingredients": {
"ap_flour": "1000",
"water": "600",
"salt": "20"
"AP Flour": 800,
"WW Flour": 200,
"Water": 700,
"Salt": 20,
"Yeast": 0,
"Starter": 50
}
},
"7": {
"quantity": "5",
"name": "Sourdough * 2.5",
"ingredients": {
"AP Flour": 2000,
"WW Flour": 500,
"Water": 1750,
"Salt": 50,
"Yeast": 0,
"Starter": 125
}
}
}