Drarig29 / brackets-viewer.js

A simple library to display tournament brackets (round-robin, single elimination, double elimination).
https://drarig29.github.io/brackets-docs
MIT License
177 stars 45 forks source link

Show 2nd match of double Grand Final only when needed #16

Closed Drarig29 closed 3 years ago

Drarig29 commented 4 years ago

Currently, if the grand final of a double elimination stage is a double final (with two rounds), the 2nd match is always shown.

It would be good to show it only if the Lower Bracket winner wins the first match (which resets the final).

image

Drarig29 commented 4 years ago

I think it's easier to always have an empty - unused - match in the database when there is a double grand final. This way, we just don't have to show it but it exists.

Adding and removing this match accordingly (like Toornament) would be harder to setup.

PaulEvans8669 commented 4 years ago

Can I work on this? Thanks.

Drarig29 commented 4 years ago

Of course! You are all set.