From 95c851615190601da6ffac8315fab3ddee9c4fda Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Mon, 6 Sep 2021 21:41:20 +0200 Subject: [PATCH] added to todo --- todo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 2011f1d..445cc72 100644 --- a/todo.md +++ b/todo.md @@ -18,7 +18,9 @@ ## Refactor - RecipeStep.waitUnit should probably be an enum? - refactor to const page names instead of loose strings everywhere ('/path/page') + - also do this with hive box names ## Bug - 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 +- recalculate ingredient ratios to total=1 before saving when creating/editing recipes +- when deleting recipes, it deletes 2, but not when deleting the last one \ No newline at end of file