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

Turn Validators into decorators pattern #26

Closed
ndamania00 opened this issue Nov 7, 2024 · 0 comments · Fixed by #68
Closed

Turn Validators into decorators pattern #26

ndamania00 opened this issue Nov 7, 2024 · 0 comments · Fixed by #68
Assignees
Labels
priority:high High priority type:task A general task

Comments

@ndamania00
Copy link
Collaborator

Validators are a bit clunky to define and implement on entity schemas. By turning this into a decorator which users can attach to atbitrary functions defined in entity schema classes, it provides an easier method for defining custom validation

@ndamania00 ndamania00 added the type:task A general task label Nov 7, 2024
@ndamania00 ndamania00 added the priority:high High priority label Nov 14, 2024
@ndamania00 ndamania00 linked a pull request Dec 3, 2024 that will close this issue
@ndamania00 ndamania00 self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority type:task A general task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant