Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

api aspnet-core budget-planning csharp dotnet financial-planning money-management personal-finance
6 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
Add Configuration Options about 2 months ago

AI Summary: Refactor the Predictor API to use configuration files (e.g., appsettings.json) instead of hardcoded values for parameters like maximum calculation period and default values. The solution should work seamlessly in both local development and Docker environments.

Complexity: 3/5
enhancement good first issue

Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

C#
#api#aspnet-core#budget-planning#csharp#dotnet#financial-planning#money-management#personal-finance
Add Health Check Endpoint about 2 months ago

AI Summary: Create a new health check endpoint, `/hc`, for the Predictor API that returns a simple "OK" message with basic service information, indicating the service is healthy and functioning correctly. The endpoint should return a 200 HTTP status code and should not require authentication.

Complexity: 2/5
enhancement good first issue

Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

C#
#api#aspnet-core#budget-planning#csharp#dotnet#financial-planning#money-management#personal-finance
Add Swagger Examples about 2 months ago

AI Summary: Add example requests and responses to the Swagger/OpenAPI documentation for all API endpoints (GET /example-data and POST /calc). Examples should be realistic and use consistent test data to illustrate the API's functionality.

Complexity: 2/5
enhancement good first issue

Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

C#
#api#aspnet-core#budget-planning#csharp#dotnet#financial-planning#money-management#personal-finance
Add Date Range To Input about 2 months ago

AI Summary: Modify the existing financial forecasting API to allow users to specify the number of months for which to calculate future budget projections. This involves adding a new parameter to the API input, validating the input to prevent unreasonably large requests, and updating the calculation logic to use the user-specified duration instead of the hardcoded 3-year limit. Default behavior should be implemented for cases where the user does not specify a duration.

Complexity: 3/5
enhancement good first issue

Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

C#
#api#aspnet-core#budget-planning#csharp#dotnet#financial-planning#money-management#personal-finance
Show Calculation Summary about 2 months ago

AI Summary: Enhance the financial forecasting API's response to include a summary section displaying key insights from the calculation, such as total income, total expenses, net budget change, highest, and lowest monthly balances. This will improve user understanding and reduce the need for client-side calculations.

Complexity: 3/5
enhancement good first issue

Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

C#
#api#aspnet-core#budget-planning#csharp#dotnet#financial-planning#money-management#personal-finance
Add Basic Input Validation about 2 months ago

AI Summary: Implement basic input validation for the financial forecasting API to prevent crashes and provide helpful error messages. This involves rejecting negative budgets, invalid dates, and returning informative error responses.

Complexity: 2/5
enhancement good first issue

Financial forecasting API that predicts your budget months into the future. Answer "when will I be able to afford..." questions with precision through intelligent budget simulation.

C#
#api#aspnet-core#budget-planning#csharp#dotnet#financial-planning#money-management#personal-finance