PhlexPlexico / G5V

A front-end for G5API to manage matches/seasons/tournaments for CS:GO
MIT License
56 stars 29 forks source link

[Request] Multiple Preset into Season #144

Open Iwhite67 opened 2 years ago

Iwhite67 commented 2 years ago

Hello

This is a feature to request to give a possibility to have multiple preset into one season

Example Season is a full tournament Into tournament, we have Round Robin on Bo1 and Bracket on Bo3

PhlexPlexico commented 2 years ago

The current way this app is written, I don't think this would be possible unless the season structures (between the API and the front end) were completely rewritten, due to the season_cvars and seasons being a 1:1 relationship. This is something that can be backlogged, and PRs are definitely welcome for this, but it would take quite a bit of work to actually make it work properly.