usgo / online-ratings

AGA Online Ratings protocol and implementation
MIT License
23 stars 12 forks source link

Request to add server user url fields to the Player model and interface #74

Open anoek opened 8 years ago

anoek commented 8 years ago

When binding a player on a server to a Player profile on AOR, it'd be nice if the server could submit the server's user id for that player, along with a URL to access that users profile on the server. (The rational of storing the user id would be to optionally enforce uniqueness and do lookups based on it)

brilee commented 7 years ago

@vash3g additionally suggested that AGA server could link to the AGAGD page for that AGA ID. I think a url makes a lot of sense

anoek commented 7 years ago

Yeah thinking about this again, seems like just storing the URL to a profile would be enough, not sure why I was thinking it'd be particularly good to have the user id as well.