Add `ValidateDSL`, `ValidateProto` and `ValidateJSON` to the go package
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 35
- Forks
- 17
- Avg merge
- 48m
- Merged PRs (30d)
- 10
Description
We already have validation for JS, we need to add the Go implementation of it, so that language can take over validation in the API
#181 is a priority to be in before this work, because our validation needs to cover at least the cases the API currently covers
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing JavaScript validation and the Go package entry points, then read issue #181 to identify the API cases validation must cover. Implement ValidateDSL, ValidateProto, and ValidateJSON in Go so the package covers at least the validation cases currently handled by the API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100