3 Open Issues Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
API Development Data Management API
Winamp-style skins 10 months ago
enhancement help wanted frontend

For leaderboards and rankings.

Python
API Development Data Management API

AI Summary: Add assertion checks and potentially unit tests to the `leaderbird` Python library to validate the input ELO hyperparameters. This involves ensuring that functions receiving ELO parameters (e.g., K-factor, initial rating) reject invalid inputs such as negative numbers.

Complexity: 2/5
help wanted scoring testing

For leaderboards and rankings.

Python
API Development Data Management API

AI Summary: Create unit tests for the ELO score update calculations within the `leaderbird` library. This involves using pre-calculated ELO scores and expected updates to verify the correctness of the library's ELO calculation functions.

Complexity: 3/5
help wanted scoring testing

For leaderboards and rankings.

Python