MakennaWorley / chess-website-django

My CMPT307 project using Django
0 stars 0 forks source link

Update Rating #9

Open MakennaWorley opened 2 months ago

MakennaWorley commented 2 months ago

When given a csv of the games, find the players from each game and update their ratings based on a calculation.

This should take the current_rating and move it into old_rating, run the calculations, then save it to the current_rating for each player using Transactions.

MakennaWorley commented 2 months ago

This should not worry about anything in the opponent columns.