3 Open Issues Need Help Last updated: Jul 6, 2025

Open Issues Need Help

View All on GitHub
Add regression testing about 1 month 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