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

Game viewer #13

Open
encratite opened this issue Mar 19, 2012 · 1 comment
Open

Game viewer #13

encratite opened this issue Mar 19, 2012 · 1 comment

Comments

@encratite
Copy link
Owner

You shuold be able to view who participated in a game with you. Obviously this data can't be requested for everybody automatically, it's far too expensive as it could require updating 9 other summoners that are not in the database yet. It can exponentially grow if you do this recursively until you've hit every player on the entire region...

A realistic solution is that you could request single updates by account ID for people in a game, this keeps server load managable and still provides some more insight. Right now only the IDs of missing players in games are stored.

@tsubus
Copy link

tsubus commented May 14, 2012

I think it would actually be very interesting, just being able to go see a match you've played and click on the people you've played with/against, without having to manually search for them. To prevent the database to grow too much on its own, RiotControl should only search for users that have been clicked on (in the match page) by a privileged user. Unprivileged users should not be able to click on the unknown players.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants