Validators for filter fields
Open
- 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
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