Open Issues Need Help
View All on GitHubAI 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`).
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.
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.