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
Our existing implementation of statistics is painfully outdated. Previously, we were performing stat calculations with each API call. These days, we have the data worker service do this for us. Some stats are processed after a tournament is verified, and others are processed after the rating calculation data has been created (by the otr-processor).
This issue tracks the progress of overhauling our player statistics framework.
Dependencies
None.
The text was updated successfully, but these errors were encountered:
Player Statistics DTO Refactoring
Overview
Our existing implementation of statistics is painfully outdated. Previously, we were performing stat calculations with each API call. These days, we have the data worker service do this for us. Some stats are processed after a tournament is verified, and others are processed after the rating calculation data has been created (by the
otr-processor
).This issue tracks the progress of overhauling our player statistics framework.
Dependencies
None.
The text was updated successfully, but these errors were encountered: