From c9c4798e87284bf3bf166f3c178894e2e3e4ff85 Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Sun, 5 Sep 2021 17:41:46 +0200 Subject: [PATCH] added things to todo --- todo.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 8a2fdf9..33c1eb6 100644 --- a/todo.md +++ b/todo.md @@ -2,18 +2,23 @@ ## Feature - add a page to create your own recipe + - longpress recipe to edit it? - add search to recipes page +- add directory structure to recipes? - share to/export of yaml of recipes - add an import of recipes from raw url - maybe allow a 'dir' yaml, that just points to other raw pizza yaml urls - add settings page - option for type of notification, full screen or just in the appbar + - pick alarm sound - deleting scheduled pizza events - archiving past pizza events - foto mode for pizza event - push to instagram ? ## Refactor +- RecipeStep.waitUnit should probably be an enum? ## Bug -- add option to start recipe step instruction after step datetime and not completed \ No newline at end of file +- add option to start recipe step instruction after step datetime and not completed +- recalculate ingredient ratios to total=1 before saving when creating/editing recipes \ No newline at end of file