Graph Literal Validator
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
In the from_literal reader we should verify that a graph literal has all necessary fields and is soundly constructed. If not we can throw detailed error messages.
Contributor guide
No contributing guide indexed for this repository
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 at the from_literal reader and inspect the graph literal structure and its current construction path. Identify the required fields and existing validation tests, then define completion as rejecting incomplete or unsound graph literals with detailed error messages and passing the relevant test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100