kdi / tasks

Tasks (until GoCollab is done)
1 stars 0 forks source link

Front end validation #65

Closed tracend closed 10 years ago

tracend commented 10 years ago

All creation/editing pages need front-end validation to verify the data on the client.

We can agree on the details on a per page basis.

ryndel commented 10 years ago

This is done for the Account / New Provider and the Product Create. For Account New Provider, jquery validate is used. For Product Create, due to the content editable fields a very basic custom solution using the alert has been implemented.