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

the order of matches in a two way round_robin is wrong #196

Open
Vadilonga opened this issue Jan 3, 2024 · 3 comments
Open

the order of matches in a two way round_robin is wrong #196

Vadilonga opened this issue Jan 3, 2024 · 3 comments

Comments

@Vadilonga
Copy link

Hi,
I noticed that the order of the games is backwards. If A and B play each other in the first match then they will find themselves playing each other in the last match while normally they should play each other on the first day of the second round.

@Drarig29
Copy link
Owner

Drarig29 commented Jan 3, 2024

Hi, can you show a screenshot and JSON data?

@Vadilonga
Copy link
Author

Ofc, the json is pretty huge at the moment, I can share my UI:
image

As you can see "los ratones" and "che razzo" they compete on the 1st and last day.

If you were to encounter the same problem I would be happy to contribute to fixing this issue.

@Drarig29
Copy link
Owner

Can you share the JSON? It doesn't matter if it's huge, you can send it as an attached file.

I also need the manager code you use to generate this round-robin, like:

const manager = new BracketsManager(...)
await manager.create({
  // all the settings you pass
})

Especially, with any custom ordering if you have some, and the seeding you are passing.

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

No branches or pull requests

2 participants