Overview
We are updating the cash flow chart to reflect real cost and revenue data. Also adding an option to allow the user to enter custom month intervals for costs and revenues (eg. quarterly), where users should be able to select a starting date, and then how often the cost repeats from that starting date.
Tasks
- Add an option to Cost and Revenue card on Cashflow page for user to select a custom frequency in months. Would probably be easiest to have this not be an enum but just a number of months
- Add field for user to input Start Date
- Wire cost and revenue data from app state into the chart component
- Ensure the chart re-renders when cost or revenue records are added, edited, or deleted
- Validate axis labels, legend labels, and projection logic
- Handle empty state (no cost or revenue data)
- QA the chart across different data volumes and date ranges
Acceptance criteria
Overview
We are updating the cash flow chart to reflect real cost and revenue data. Also adding an option to allow the user to enter custom month intervals for costs and revenues (eg. quarterly), where users should be able to select a starting date, and then how often the cost repeats from that starting date.
Tasks
Acceptance criteria