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

Frontend check on class file upload is missing #87

Closed SimoneMezzaro closed 1 year ago

SimoneMezzaro commented 1 year ago

When I click the upload button without first selecting a file the frontend sends the request to the backend anyway and displays an unclear error. Instead it should detect that the file is missing before sending the request and signal the issue to the user

image

FabioPatella commented 1 year ago

fixed on streaming component branch