The current model for TopDan, TopKyu, MostRatedGamesPastYear and MostTournamentsPastYear use a view instead of Django Native ORM for pulling the data from usgo's AGAGD database.
The Expected Behaviour
The removal of each respective view for these models and move to Django Native Utils for requesting information from usgo's AGAGD database.
Summary of the Bug
The current model for
TopDan
,TopKyu
,MostRatedGamesPastYear
andMostTournamentsPastYear
use a view instead of Django Native ORM for pulling the data from usgo's AGAGD database.The Expected Behaviour
The removal of each respective view for these models and move to Django Native Utils for requesting information from usgo's AGAGD database.
agagd_core/models.py - lines 109-151
https://github.com/usgo/agagd/blob/a07ccafd66579f4c4f02ff4d0cbe087cad7ad908/agagd/agagd_core/models.py#L109-L151