-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add schema validation to submit form #28
Comments
Hi... the above example, obviously, is for python. For the client-side JS in the couchapp, we should look into using something from here: http://json-schema.org/implementations.html note that the schema description is using the version 3 specification - the version 4 specification is very new and I don't know how much has changed. |
I've come to think that we should only implement the schema in python upload scripts (where it will be important). The application interface is so tightly bound to the data specification that adding the schema will have very little (or no) affect on function. Submit form validation is already handled by existing infrastructure. |
Hi James.. The main reason I would implement a validation in the javascript is to make $0.02, On Mon, Jul 22, 2013 at 12:08 AM, James Loach notifications@github.comwrote:
|
Yep, we'll look to implement it. I think your comment re. the developers is a good one. |
Original note from Adam:
The text was updated successfully, but these errors were encountered: