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

Enable captains to rewrite history (eg. alter scores). #152

Open
dblock opened this issue Aug 9, 2017 · 2 comments
Open

Enable captains to rewrite history (eg. alter scores). #152

dblock opened this issue Aug 9, 2017 · 2 comments

Comments

@dblock
Copy link
Owner

dblock commented Aug 9, 2017

No description provided.

@rclmenezes
Copy link

One solution is to have a command the shows the last few games (gamebot games or gamebot my games or gamebot :player: games) and it reports a unique game_id as well as the scores.

Then we could let losers/captains alter scores using gamebot edit :game_id: :score:.

You could even let winners/captains remove games by doing gamebot remove game :game_id:

@dblock
Copy link
Owner Author

dblock commented Aug 9, 2017

Note that removing games is tricky since it requires recalculating elo and it's a 1-way function.

The gamebot matches command gives a summary view of matches, so I would start with supporting something like gamebot matches @player1 @player2 ... and then adding a way to to see detail.

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