added things to todo

This commit is contained in:
broodjeaap89 2021-09-05 17:41:46 +02:00
parent 0800aa9fcf
commit c9c4798e87

View file

@ -2,18 +2,23 @@
## Feature ## Feature
- add a page to create your own recipe - add a page to create your own recipe
- longpress recipe to edit it?
- add search to recipes page - add search to recipes page
- add directory structure to recipes?
- share to/export of yaml of recipes - share to/export of yaml of recipes
- add an import of recipes from raw url - add an import of recipes from raw url
- maybe allow a 'dir' yaml, that just points to other raw pizza yaml urls - maybe allow a 'dir' yaml, that just points to other raw pizza yaml urls
- add settings page - add settings page
- option for type of notification, full screen or just in the appbar - option for type of notification, full screen or just in the appbar
- pick alarm sound
- deleting scheduled pizza events - deleting scheduled pizza events
- archiving past pizza events - archiving past pizza events
- foto mode for pizza event - foto mode for pizza event
- push to instagram ? - push to instagram ?
## Refactor ## Refactor
- RecipeStep.waitUnit should probably be an enum?
## Bug ## Bug
- add option to start recipe step instruction after step datetime and not completed - 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