-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Able to add candidates with invalid format of id and email ( Form Control ) #28
Comments
We already have a check in-place for if the fields are empty. |
@abhpd I believe there's no check for strings with spaces. Shall I add this check? |
Also do you plan to add material-ui? |
Assigning it to you. |
I think implementing meterial-ui will need a redesign of the UI/UX. I think the better approach will be to Create a new completely responsive interface design with material-UI. |
@abhpd different institutes have different ids, so we cannot generally define what an invalid format for 'id' would be. |
It will be a simple check to confirm a non-spaced series or letter/numbers/special characters. I think this will cover most of the university ids |
#30 Partially solves the issue of empty or spaced string but still, we need a check for valid email and ID format |
Consider adding these checks. Also give suitable errors.
The text was updated successfully, but these errors were encountered: