uwbaddev / baddie-match

Web app to track our badminton matches
2 stars 2 forks source link

Filter players elo on the backend #69

Open angelamchen opened 1 year ago

angelamchen commented 1 year ago

In order to reduce frontend computations and provide a single source of truth for elo rankings, we want to filter out players who have less than 8 games or a sigma > 3 through the back end, rather than the front end.

Code pointer: https://github.com/uwbaddev/baddie-match/blob/main/app/src/player_elo.py#L186-L200