You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a bit of context on how bad my first pass implementation was, here's the current hook for getting the top 10 teams' rating histories:
We absolutely need a separate endpoint that does this all in a django query and returns the rating history for the top 10... then probably revert the API to only take a single team id for the regular case? We can discuss further
Take a look at this pull request's code to find a more efficient way to compute rating history via querysets / subqueries
#558
The text was updated successfully, but these errors were encountered: