raygdev / repair-order-tracker

A repair order tracker for automotive technicians
https://repair-order-tracker.vercel.app
3 stars 1 forks source link

Create validations #9

Closed raygdev closed 1 year ago

raygdev commented 1 year ago

Creating validations using the utility class to validate against input. Messages will be used to inform the user that issues with the input have been found. 1) Not all inputs in the create repair order page will have to be validated. Notes can be anything. It will have to be sanitized on the backend. 2) The only inputs required for create repair order should be a proper vin and a valid repair order number 3) The login form password shouldn't be empty and the user will be reminded that the password has to be 8 characters long. 4) Only validate a strong password during registration. If the password is incorrect in the database, the user will be informed of a email/password mismatch.