arangace / CreamCat

SOFTENG750 project team CreamCat
MIT License
0 stars 3 forks source link

Data validation for input field in the frontend #27

Closed nivekyee closed 3 years ago

nivekyee commented 3 years ago

The join room page and create room page currently have no data validation logic. This causes unhandled errors in the backend when a request was made with values of incorrect format. Suggest adding error texts and data validation logic to prevent this problem.

Related issue: #26