14 Open Issues Need Help Last updated: Sep 13, 2026

Open Issues Need Help

View All on GitHub
good first issue OSCG26 Easy

AI 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.

Complexity: 1/5
good first issue OSCG Easy

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.

Complexity: 3/5
bug help wanted OSCG Medium

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.

Complexity: 1/5
good first issue OSCG Easy
good first issue OSCG backend Easy
enhancement good first issue OSCG