Currently calculations are hard-coded to 3 years. Users should be able to choose how far ahead to calculate.
What to do:
Let users specify how many months to calculate in their request.
Why this matters:
- Some people only need short-term planning
- Others might want longer projections
- Gives users more control
- Reduces unnecessary computation
Acceptance criteria:
- Users can specify number of months
- Default to reasonable period if not specified
- Reject unreasonably large requests
Currently calculations are hard-coded to 3 years. Users should be able to choose how far ahead to calculate.
What to do:
Let users specify how many months to calculate in their request.
Why this matters:
Acceptance criteria: