usgo / agagd

American Go Association Games Database (AGAGD)
https://agagd.usgo.org
MIT License
47 stars 30 forks source link

Replace Views with Django Native ORM #165

Closed michaelhiiva closed 3 years ago

michaelhiiva commented 3 years ago

Summary of the Bug

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.

agagd_core/models.py - lines 109-151

https://github.com/usgo/agagd/blob/a07ccafd66579f4c4f02ff4d0cbe087cad7ad908/agagd/agagd_core/models.py#L109-L151