get-convex / get-convex/rag

Validators for filter fields

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
36
Forks
13
Avg merge
4h 2m
Merged PRs (30d)
2

Description

Allow passing in `[["filterA", v.string()], ["filterB", v.number()]]` OR `["filterA", "filterB"]` that validate on write & parse on read, instead of a type param

Contributor guide

Open the contributing guide

Research direction

Start by locating the filter-field handling entry point in the TypeScript component and trace how values are written and parsed on read. Done means supporting both validator pairs such as [["filterA", v.string()]] and plain field-name arrays such as ["filterA", "filterB"], with validation on write and parsing on read.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend-api-design
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.