Skip to content
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

Is it possible to prioritise validation rules and cancel the validation of expensive rules? #83

Closed
richardbartley opened this issue Jun 15, 2016 · 3 comments

Comments

@richardbartley
Copy link

There are simple rules, i.e. required, max length, etc and these are cheap to validate. If there is an expensive service / database validation rule, can we prioritise the rules and defer execution of the expensive rule until the simple ones pass ok?

@EisenbergEffect
Copy link
Contributor

@jdanyow Can this be closed as a duplicate since there's heavy discussion on async rules in other issues?

@jdanyow
Copy link
Contributor

jdanyow commented Jul 9, 2016

I was keeping it open as a reference/reminder

@jdanyow
Copy link
Contributor

jdanyow commented Aug 27, 2016

Issue moved to aurelia/validation #289 via ZenHub

@jdanyow jdanyow closed this as completed Aug 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants