summaryrefslogtreecommitdiff
path: root/data/storage/recipes/0
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-09-17 11:07:08 +0200
committerxengineering <me@xengineering.eu>2023-09-17 11:07:08 +0200
commitea54de7d32e6b576ccfb430e7e57811b7c4587fe (patch)
tree4182e9c401e571adb53f1d6cbe2b072c171c87b2 /data/storage/recipes/0
parentd0f58c4812c8b5821e9ed15806fae44f7b1fb095 (diff)
downloadceres-ea54de7d32e6b576ccfb430e7e57811b7c4587fe.tar
ceres-ea54de7d32e6b576ccfb430e7e57811b7c4587fe.tar.zst
ceres-ea54de7d32e6b576ccfb430e7e57811b7c4587fe.zip
Remove complete implementation
Restarting from scratch seems to be the fastest approach to switch to sqlite and get rid of some other structural mistakes from the past.
Diffstat (limited to 'data/storage/recipes/0')
-rw-r--r--data/storage/recipes/0/text21
1 files changed, 0 insertions, 21 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text
deleted file mode 100644
index b0adef8..0000000
--- a/data/storage/recipes/0/text
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "title":"Some delicious food",
- "portions": 4,
- "url":"https://example.org",
- "steps":[
- {
- "text":"Prepare vegetables.",
- "ingredients":[
- {"amount":3, "unit":"pieces", "type":"carrot"},
- {"amount":250, "unit":"g", "type":"tomato"}
- ]
- },
- {
- "text":"Cook those vegetables",
- "ingredients":[
- {"amount":0, "unit":"", "type":"water"},
- {"amount":0, "unit":"", "type":"salt"}
- ]
- }
- ]
-}