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

[Feat]: Rounds Track Player Order #25

Closed
TylerBloom opened this issue Aug 9, 2022 · 1 comment
Closed

[Feat]: Rounds Track Player Order #25

TylerBloom opened this issue Aug 9, 2022 · 1 comment
Assignees
Labels
feature Some new is requested good first issue Good for newcomers in progess Actively being worked on SquireLib Affects SquireLib

Comments

@TylerBloom
Copy link
Member

It would be nice to be able to seed seating order. To enable this, each round needs to track the order in which each player was added. This should be an additional field that's a Vec<PlayerId>. There also needs to be a field in the tournament to control this as well as a setting to toggle this behavior.

@TylerBloom TylerBloom added todo Will be resolved but work hasn't started feature Some new is requested SquireLib Affects SquireLib good first issue Good for newcomers labels Aug 9, 2022
@TylerBloom TylerBloom assigned TylerBloom and pelletin and unassigned TylerBloom Aug 17, 2022
@TylerBloom TylerBloom added in progess Actively being worked on and removed todo Will be resolved but work hasn't started labels Aug 17, 2022
@TylerBloom TylerBloom assigned TylerBloom and unassigned pelletin Nov 27, 2022
@TylerBloom
Copy link
Member Author

TylerBloom commented Nov 27, 2022

Commits 2fe3a81, 919f5bd, 511b5ef, 6123156 relate to and resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Some new is requested good first issue Good for newcomers in progess Actively being worked on SquireLib Affects SquireLib
Projects
Development

No branches or pull requests

2 participants