-
Notifications
You must be signed in to change notification settings - Fork 12
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 capability to provide a link back to the game server's record of the game #71
Comments
That would be nifty indeed. A thought: most go servers don't use web as the client. I'm not sure what a sane linking strategy would look like for these other servers. |
For non web clients it should work the same, so long as their client registers an application to handle a custom URL scheme then they can provide you with a link that when clicked, will open up their application (presuming it's installed) |
So it seems like here the idea is to add a KGS has a URL scheme like so: Online Ratings has the scheme: It's not super easy to download games from Tygem and I couldn't find anything for IGS. What's not clear to me is if this should open a viewer externally or if it should just download the SGF. It seems to me, that since we already have the game record, we might as well let the server decide to provide a useful link back to the server. @brilee WDYT about adding a source URL? |
I.e., this would imply, at least for OGS, using rather than |
Our API submission requires uploading of the .sgf of the game, so we'll already have the sgf available for download. There's no need to redundantly host the sgf on OGS/tygem, etc. We just want to provide a link back to the OGS view of the game. So yes, https://online-go.com/game/NUMERIC-ID would be the way to go. |
And I betcha there will be a decent solution for direct linking to a game on KGS now too with the advent of https://shin.gokgs.com/ |
It'd be swell if game servers could provide a link back to the game, and for that link to show up somewhere within the ratings interface. This would be in addition to the recorded SGF.
In the case of OGS, this would allow users to easily pull up the game on OGS, look at any reviews that were done on that game and look at more detailed information that is lost when translating down to SGF (such as move timing, analysis messages in chat, link out to any applicable tournament view, explore the player's other games, challenge one of the players to a game, etc..)
The text was updated successfully, but these errors were encountered: