PhlexPlexico / G5V

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

[Feature Request] Public Seasons #175

Open bonkersGER opened 1 year ago

bonkersGER commented 1 year ago

Is it possible to add a flag public to a Season so every user can use a public server to create a match.

So you can create a Season for a LAN Weekend and Users can create his own matches and all stats will be saved in that public season :)

PhlexPlexico commented 1 year ago

Hey there! This would be more of a full stack change, so it would require changes to the API side, as well as the front-end. However, with the release of CS2 being so close, I probably will not make this change. Pull requests are always welcome for each repository, and the steps are actually pretty easy:

Then some logic would just need to be changed on the authorization side to check if it's public or not in the API.

But as I said, I don't really have enough time to take care of this, and want to see what CS2 has in future for game plugins :)

Thanks!