You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
We should pull out the validator into its own plugin. Validation should be bale to pass in data to be able to react to that data. It would allow for more complex ideas.
Also it should be chain-able rather than strings. I found issues keeping track of the validators and how they work.
Make new Validator Plugin
Make Chain-able
Allow complex validations by passing more data into the validator if needed to be relied on.
The text was updated successfully, but these errors were encountered:
We should pull out the validator into its own plugin. Validation should be bale to pass in data to be able to react to that data. It would allow for more complex ideas.
Also it should be chain-able rather than strings. I found issues keeping track of the validators and how they work.
The text was updated successfully, but these errors were encountered: