POLIMI-FER-codebenders / tournament_app

Tournament app for Code Defenders made by student team of POLIMI and FER students
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Melee games should be removed #54

Closed SimoneMezzaro closed 1 year ago

SimoneMezzaro commented 1 year ago

All games must be "battleground". We should remove type of game selection in frontend. All tournaments creation requests sent by frontend should have "battleground" type hardcoded and the backend should check that match type in those requests is always "battleground"

SimoneMezzaro commented 1 year ago

I fixed this backend side. Backend now replies with an error if the match type is melee. I think we should also remove match type selection from the frontend and hardcode "multiplayer" in the requests. You can implement this change in fix-tournament-creation-checks branch

SimoneMezzaro commented 1 year ago

Solved