Open scottrohrig opened 2 years ago
Add juicer button is working with GlobalState. money and apples are updated when the button is pushed. I am unclear why "try" is being used for this dispatch, but I left that alone.
It does not update the server-side database, so I am not closing this issue because "full vertical slice" and "mutations" indicates this should include the server too. Nevertheless, expected behavior is as stated above.
Have startedAtTime
persist on reload.
startedAtTime
does not send that new value to the server
Description
Make a full vertical slice of the Juicers object to allow for refining all the necessary components and test feature implementation.
Expected Behavior
Juicer should have the following operations
startedAtTime
&duration
Current Behavior
addJuicer
- theuser
is returnedupdateJuicer
- Juicers currently update thestartedAtTime
by id but the duration is set tonull