kellpossible / kellpossible/form-validation
dependent_validator() for AsyncValidator
- Dominant language
- Rust
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add some method which allows you to add a validator which depends on the successful execution of the previously defined validator(), otherwise the validator does not run. Currently this can be achieved manually by embedding validators within each other but it's not so easy to read, and requires extra code.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Rust library's AsyncValidator and existing validator() API. Define how a dependent validator observes successful completion of the previous validator and confirm the behavior with focused validation tests; done means dependent validators do not run after failure and do run after success.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100