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

Auto walk-over for odd players #48

Open
itsisak opened this issue May 2, 2023 · 0 comments
Open

Auto walk-over for odd players #48

itsisak opened this issue May 2, 2023 · 0 comments
Labels
backend bug Something isn't working Important

Comments

@itsisak
Copy link
Contributor

itsisak commented May 2, 2023

If there are an odd number of players, the one left over will be paired against himself. Then that player should automatically receive 1 point.

There was also a bug when we tried setting the result to "DRAW", which should give both of the players 0.5 points, and since both the players in that match is the same person it should result to 1 point. In theory this was supposed to be a good enough solution.
However what happened was that the player received -1.5 points. (which should not be possible since we never subtract points....). This resulted in that the admins manually gave 1 point to that player. Not good.

This should also be better displayed that is just a walk over, it could cause confusion.

@itsisak itsisak added bug Something isn't working backend Important labels May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working Important
Projects
None yet
Development

No branches or pull requests

1 participant