enewe101 / digidemo

digital democracy engine
1 stars 0 forks source link

Client-side validation #13

Closed enewe101 closed 9 years ago

enewe101 commented 10 years ago

Client side validation is a nice-to-have feature. I was looking at some packages that provide DRY client-side validation by introspection of the python models. This is not something to worry about now, but I'll just note the packages for future reference:

enewe101 commented 10 years ago

This is nicely handled now for any form inherits from AugmentedFormMixin and renders using _w_ajax_form.html. How these work needs to be documented. So, this issues is to document those. I'll do it.