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

General match statistics endpoint #34

Open
hoersamu opened this issue Apr 26, 2022 · 1 comment
Open

General match statistics endpoint #34

hoersamu opened this issue Apr 26, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hoersamu
Copy link
Member

Should return an array with a row for each map with interesting data.

Proposed schema:

[
  {
    name:"Hill",
    totalGames:150,
    winsAllies: 60,
    winsAxis:90,
    avgMatchDuration: 78,
    // (additional data)
  },
  ...{}
]
@hoersamu hoersamu added the enhancement New feature or request label Apr 26, 2022
@hoersamu
Copy link
Member Author

not too important right now since i can extract the values in the BFF

@Soxxes Soxxes self-assigned this Apr 27, 2022
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
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants