HE-Arc / Wolves-Tournament-Master

Wolves Tournament Master is a web app to manage e-sport tournaments.
https://wolves.srvz-webapp.he-arc.ch/#/
3 stars 0 forks source link

Create tournament tree #21

Closed RosoSeb closed 3 years ago

RosoSeb commented 3 years ago

Automatic creation of a tournament tree

ColinPelletier commented 3 years ago

Firstly, the redenring was made with DOM modifications. After recommendation from Alexander, we decided to use the vue-tournament-bracket component. It requires an update of the three data structure : a binary tree in the first version, an array of rounds in the second version.