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

Add Zod Validation Hook #122

Open
4 tasks
beeme1mr opened this issue Oct 14, 2022 · 0 comments
Open
4 tasks

Add Zod Validation Hook #122

beeme1mr opened this issue Oct 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@beeme1mr
Copy link
Member

Add Zod Validation Hook

Reasoning

I want to add a hook which performs validation using Zod.

  • Zod is a TypeScript-first schema based validator with static type inference
  • Static types can be passed as generics to the OpenFeature resolves methods for additional type safety.

TODO:

  • generate hook via tooling
  • implement Hook interface
  • add tests
  • complete README

Keep in mind the CONTRIBUTING guidelines: https://github.com/open-feature/js-sdk-contrib/blob/main/CONTRIBUTING.md

@beeme1mr beeme1mr added enhancement New feature or request hacktoberfest-pending Pending hacktoberfest approval labels Oct 14, 2022
@beeme1mr beeme1mr self-assigned this Oct 14, 2022
@beeme1mr beeme1mr added hacktoberfest hacktoberfest and removed hacktoberfest-pending Pending hacktoberfest approval labels Oct 14, 2022
@beeme1mr beeme1mr removed the hacktoberfest hacktoberfest label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant