SOEN341 / Schedule-Builder

A web service to create a multi-year schedule based on the user's degree and preferences
0 stars 0 forks source link

Client-side Frontend Validation #33

Closed SeanMarcoux closed 8 years ago

SeanMarcoux commented 8 years ago

Inputs should go red if the input is invalid with possibly a tooltip error message on mouseover. There should also be some validation before any server calls are made. For example, before registration, if any of the inputs are blank, don't register

SeanMarcoux commented 8 years ago

I've added it to the log in page now

SeanMarcoux commented 8 years ago

I've added it to the preferences page now

SeanMarcoux commented 8 years ago

I've added it to the account management page, which is the last currently working page with user input. I will close this issue. When inputs are added to the admin page, they should be added with validation already in place