Sendouc / sendou.ink

Competitive Splatoon Platform
https://sendou.ink
GNU Affero General Public License v3.0
237 stars 84 forks source link

Improve tournament pool logic to require switching less #1753

Open Sendouc opened 4 months ago

Sendouc commented 4 months ago

We could make some further optimizations to reduce the amount of time people need to change pool during tournament name for small tournaments (and/or small brackets) say less than 48 teams (subject for optimizations) just use one pool for the whole tournament. So maybe something like:

1) if tournament has less than X teams, use common pool 2) if tournament has more than X teams but bracket has less than X teams, use common pool for the bracket 3) Otherwise use current behavior