Commit History

Fix endpoint to use user-provided budget_amount even when has_previous_data is true
26c0248

LogicGoInfotechSpaces commited on

Add new endpoint /recommendations/by-name to accept Head Category names instead of category_id for easier frontend integration
ecfd501

LogicGoInfotechSpaces commited on

Improve check_user_has_category_data to comprehensively search budgets collection and fix logic to prioritize historical data over budget_amount
21a5b7f

LogicGoInfotechSpaces commited on

Remove simulated data creation - recommendations for new budgets now based on provided budget_amount and category knowledge only, not fake trends
f26b6aa

LogicGoInfotechSpaces commited on

Add budget_amount parameter to recommendations/check endpoint to generate recommendations based on provided budget
e95b2a4

LogicGoInfotechSpaces commited on

Fix route order: Move POST /recommendations/check before GET /recommendations/{user_id} to prevent 405 error
13edd0d

LogicGoInfotechSpaces commited on

Add POST endpoint to check user category data and return recommendations
9e1b2d4

LogicGoInfotechSpaces commited on

Use category ID from budgets and lookup names from headCategories and categories collections
b71b4c6

LogicGoInfotechSpaces commited on