broodjeaap89
|
696b987957
|
recipe step now stores the dateTime when the step is to be completed, and a bool if it's completed
|
2021-08-29 13:12:00 +02:00 |
|
broodjeaap89
|
dfd619a9b7
|
added 'completeNow' methods to recipeStep and recipeSubStep
|
2021-08-24 20:22:18 +02:00 |
|
broodjeaap89
|
41b003acb7
|
added incremental notification ids stored in the recipeStep for cancelling
|
2021-08-15 15:14:01 +02:00 |
|
broodjeaap89
|
3c28bd01ca
|
moved all the pizza event page 'build' methods in the entities to seperate stateful widgets
flutter gets annoying with many nested stateful things...
|
2021-08-03 20:55:30 +02:00 |
|
broodjeaap89
|
3e043eccb4
|
kinda in between commit before refactor to stateful widgets everywhere
|
2021-08-03 20:23:20 +02:00 |
|
broodjeaap89
|
3026bc0bfa
|
completed refactor of how completed steps are tracked, no longer by just substeps
|
2021-08-03 19:17:24 +02:00 |
|
broodjeaap89
|
50371642cb
|
added 'proper' indicator of how many steps have been completed for a pizza event
|
2021-07-27 20:58:46 +02:00 |
|
broodjeaap89
|
41d14a3e4c
|
switched to Hive for persistent object storage
|
2021-07-26 21:12:50 +02:00 |
|
broodjeaap89
|
41bdfe6e4c
|
revert floor stuff
|
2021-07-25 20:35:50 +02:00 |
|
broodjeaap89
|
914e17fa3c
|
so Floor just sucks? commit before reverting
|
2021-07-25 15:27:11 +02:00 |
|
broodjeaap89
|
1382a4a843
|
another in between commit, getting messy :o
|
2021-07-25 13:09:53 +02:00 |
|
broodjeaap89
|
f585861016
|
nothing with red lines in the entities
|
2021-07-17 14:37:18 +02:00 |
|
broodjeaap89
|
810e77894e
|
in between commit adding Floor ORM
|
2021-07-13 21:53:04 +02:00 |
|
broodjeaap89
|
d7dd3b5ca5
|
added a confirmation dialog when adding a PizzaEvent, that shows the ingredients and when each step/task will take place
|
2021-07-11 17:59:14 +02:00 |
|
broodjeaap89
|
8420188d9c
|
added 'wait options' to addPizzaEventPage
|
2021-07-11 11:56:09 +02:00 |
|
broodjeaap89
|
20e2f8e696
|
added super simple ingredients overview to addPizzaEventPage
|
2021-07-10 21:44:14 +02:00 |
|
broodjeaap89
|
3eb2c0ff93
|
finished parsing of a yaml recipe into objects
|
2021-07-10 17:39:40 +02:00 |
|