Aggregate player profiles route
Closed this issue · 1 comments
g00gol commented
Is your feature request related to a problem? Please describe.
It'll be nice to be able to display a player's entry history. However, since names are not guaranteed to be unique, we will have to identify a person by their profile ID. If the player does not have one (does not participate in a tournament that uses profiles), we cannot effectively identify them.
Describe the solution you'd like
Create a route for GET /player
that takes a query for profile ID. e.g. GET /player?profile=TESTID
Additional context
Add any other context or screenshots about the feature request here.