bcx-validation
v2.1.0
Published
Buttonwood validator
Downloads
14
Readme
bcx-validation
Another validation library to meet our own need.
Why not just use some existing validation tool?
most validation tool thinks model is just key-val pairs. We want to validate complex object (a blueprint for cloud deployment). For instance, if cloud provider is AZURE, validates that all vms connected to a load balancer must be within same availablity set, no validation tool on the market is flexible enough to do this.
we need to be able to describe validation rule in JSON, as all our business logic is delivered from backend to front-end. (function can still be used in many parts of the rule. Although Buttonwoodcx mainly uses
bcx-validation
's expression support,bcx-validation
itself treats function and expression almost exchangeable.)we just want a light validation tool, a function that takes
model
andrule
as input, produces a structurederror
object as output. We don't need a validation tool that bundled with view/controller layer. Binding model to view layer is not even hard in aurelia, we don't need the help.
Read documentation here https://buttonwoodcx.github.io/doc-bcx-validation