Overview
The cashflow screen has 3 numbers that you can input different numbers into to affect the graph. We want to save this info to our backend so that the changes hessan makes when he looks at their cashflow stays the same between sessions. Currently these fields have just been implemented design wise but we need to make them function so someone can edit them as well.
Tasks
- Make the 3 fields editable in the cashflow screen and add their values to the store
- Save the cash starting amount, personal benefits increase, and personal salary increase on logout
- Use the backend crud endpoints to save these values to the backend
Acceptance Criteria
- On logout the cash starting amount, personal benefits increase, and personal salary increase are saved to backend and can be fetched for later use