18 Open Issues Need Help Last updated: Aug 1, 2026

Open Issues Need Help

View All on GitHub
bug good first issue size: m
enhancement good first issue size: s
enhancement good first issue size: m
enhancement good first issue size: m
enhancement good first issue size: s
enhancement good first issue size: l
enhancement good first issue size: s
enhancement good first issue size: s
Detect name drift 6 months ago
enhancement good first issue size: l
enhancement good first issue size: s
enhancement good first issue size: m

AI Summary: This issue focuses on enhancing the user experience for Google login failures by specifically handling 401 (unauthorized) responses. The objective is to provide users with clear, actionable guidance on how to resolve login issues, without inadvertently exposing sensitive information to malicious actors. This implementation for Google login will also establish a foundational pattern for handling future authentication errors across the application.

Complexity: 3/5
enhancement good first issue size: s
enhancement good first issue size: m
bug good first issue size: s
bug good first issue size: s
Add regression testing about 1 year ago

AI Summary: Add regression tests to the X Factor League application to ensure that archived leagues remain functional after code updates. This involves creating tests that cover key functionality, potentially using existing test examples as a starting point (provided links to `contestantRoundScoreGenerator.js` and `League.js`).

Complexity: 3/5
good first issue size: s

AI Summary: Create a web form for administrators to add new league configurations. The form should submit data via a POST request to the `/api/league` endpoint, adhering to the specifications outlined in issue #301. This will allow administrators to easily add new leagues without needing to manually update the database or contact the webmaster.

Complexity: 3/5
enhancement good first issue size: m

AI Summary: Implement a new provider method in `/app/dataSources/dbFetch` to save league configuration data (`ILeagueConfiguration`) to the database. The method should handle potential discrepancies between the incoming request data and the required data format for persistence, referencing issue #301 for guidance on necessary modifications.

Complexity: 3/5
enhancement good first issue size: m