From ea54de7d32e6b576ccfb430e7e57811b7c4587fe Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 17 Sep 2023 11:07:08 +0200 Subject: 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. --- data/storage/recipes/0/text | 21 --------------------- data/storage/recipes/1/text | 13 ------------- 2 files changed, 34 deletions(-) delete mode 100644 data/storage/recipes/0/text delete mode 100644 data/storage/recipes/1/text (limited to 'data/storage') 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"} - ] - } - ] -} diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text deleted file mode 100644 index 1c4acb8..0000000 --- a/data/storage/recipes/1/text +++ /dev/null @@ -1,13 +0,0 @@ -{ - "title":"Very delicious stuff", - "portions": 4, - "url":"https://example.org", - "steps":[ - { - "text":"Bake the frozen pizza!", - "ingredients":[ - {"amount":4, "unit":"pieces", "type":"pizza"} - ] - } - ] -} -- cgit v1.2.3-70-g09d2