-
Notifications
You must be signed in to change notification settings - Fork 33
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
[RFE] Client side validation #222
Comments
I'll do this as well :P |
I closed the PR for the file validations ( using the MIME magic numbers ). I'll send a PR for that and this together, after making the necessary changes here. |
@EmilyDirsh I have the PR ready please give this a look :) |
@sbagroy986 is the PR open? I don't see it in the list. |
I have the PR ready to be sent but wanted you to check out the screens, in case you wanted some changes |
@sbagroy986 screens LGTM - go ahead and send in the PR. |
Client side validation is a big usability enhancement. It allows users to get immediate feedback and correct errors without having to wait for an http request/response.
The RFE is for implementing a client-side validation solution for Glitter Gallery.
Some of the forms/fields that should be validated include:
Sign up: email address, username, password
Projects: project name
Files: file type, file size
The solution implemented should be flexible enough for future needs.
The text was updated successfully, but these errors were encountered: