Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics framework overhaul #585

Open
hburn7 opened this issue Jan 19, 2025 · 0 comments
Open

Statistics framework overhaul #585

hburn7 opened this issue Jan 19, 2025 · 0 comments
Labels
epic Feature that requires significant effort to implement

Comments

@hburn7
Copy link
Collaborator

hburn7 commented Jan 19, 2025

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.

@hburn7 hburn7 changed the title Refactor statistic DTOs PlayerDashboardStatsDTO / statistics overhaul Feb 21, 2025
@hburn7 hburn7 changed the title PlayerDashboardStatsDTO / statistics overhaul Statistics framework overhaul Feb 21, 2025
@hburn7 hburn7 added the epic Feature that requires significant effort to implement label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Feature that requires significant effort to implement
Projects
None yet
Development

No branches or pull requests

1 participant