Open Issues Need Help
View All on GitHubAI Summary: This issue aims to fix a budget query on the dashboard to ensure it correctly uses the current month's data. It's described as a minor code fix and is specifically offered as a beginner-friendly task for first-time contributors, with mentorship available.
AI Summary: The budget statistics feature incorrectly calculates `spentByCategory` because it stores transaction categories in a normalized format (e.g., "groceries") but then attempts to sum them using different, canonical category keys (e.g., "food"). This mismatch prevents correct aggregation, leading to inaccurate or zero spending totals for categories.
AI Summary: This issue requests a modification to the `/api/health` endpoint to include the resolved `FRONTEND_URL` in its response. Additionally, the endpoint should be updated to display only information considered 'environment-safe'. It's described as a small code fix, suitable for first-time contributors.