From b01b3d79233818b4479de85ac7da0b574fc742e6 Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Mon, 30 Aug 2021 20:59:41 +0200 Subject: [PATCH] moved todos to seperate todo.md file --- README.md | 15 +-------------- todo.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 todo.md diff --git a/README.md b/README.md index 36d15cd..cde550b 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,4 @@ # PizzaPlanner An app that helps you make a pizza! -Recipes, tips and schedules for making the perfect pizza at home. - -# TODO -- move everything on the PizzaEventPage (ie recipe instructions), to the recipe instructions page - - add link to pizza event page to view the recipe - -- make the recipeStep+substep page from a notification - - PageView with 'complete' button that completes steps - -- add decimals to ingredients table when below a certain % or <5g whatever - -- move ingredients table when adding a pizza event from confirm date dialog to main add pizza page - -- add another button (or longpress) on snooze button with a datetime picker \ No newline at end of file +Recipes, tips and schedules for making the perfect pizza at home. \ No newline at end of file diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..d0424a2 --- /dev/null +++ b/todo.md @@ -0,0 +1,12 @@ +# TODO +- move everything on the PizzaEventPage (ie recipe instructions), to the recipe instructions page + - add link to pizza event page to view the recipe + +- make the recipeStep+substep page from a notification + - PageView with 'complete' button that completes steps + +- add decimals to ingredients table when below a certain % or <5g whatever + +- move ingredients table when adding a pizza event from confirm date dialog to main add pizza page + +- add another button (or longpress) on snooze button with a datetime picker \ No newline at end of file