aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

Documentation desperately required re custom validation rules and async validation #81

Closed jsobell closed 8 years ago

jsobell commented 8 years ago

Since there's no indication of the relationship between validate.js and the library, can we have an example showing:

richardbartley commented 8 years ago

Yes, is it possible and can we have some document guidance on how to create and call expensive rules i.e. ones that call out to a service / database call. Perhaps in the registration example, show how to do a lookup to check if the email address is already registered?

EisenbergEffect commented 8 years ago

I believe that discussion in other issues is bearing out the design of the apis for these scenarios currently so I'm closing this as a duplicate, more or less.