ballerine-io / ballerine

Open-source infrastructure and data orchestration platform for risk decisioning

Home Page:https://www.ballerine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome - Implement Search Query Params Schema

alonp99 opened this issue · comments

  • Create a new schema using a library like Zod for validating search query parameters.
  • Define the schema with from and to fields of type date.
  • Integrate the schema with the useZodSearchParams hook in the frontend project.
  • Ensure that the search query parameters are properly validated and parsed.