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

Add Point Gain/Loss Info to MM Match Summary Pages #93

Open
Satamari opened this issue Mar 16, 2024 · 1 comment
Open

Add Point Gain/Loss Info to MM Match Summary Pages #93

Satamari opened this issue Mar 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Satamari
Copy link

It would be quite neat to have the MM summary page (example) show how many points each player gained or lost from that specific match.
As I understand it, the point deltas for each player are already being calculated by TMio (as shown in the individual player match histories, so linking them to the corresponding players via the match-ID should hopefully be somewhat doable.

@davidbmaier
Copy link
Member

For reference, this would require fetching each player's match history (at that point in time, but I guess we don't have to go back more than a month since Nadeo doesn't store matches for longer) to calculate their delta for this match (meaning we can only display it once the match has been recorded in Jonese's API, which can take a few minutes after the match is finished).

@davidbmaier davidbmaier added the enhancement New feature or request label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants