Input file validator
Open
Nobody has claimed this yet.
Input/Output Files
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
The input file validation could be improved, once it is in a standard format (#2897). This could potentially use a library such as cerberus. It could also implement version checking between the input file and the version of Process being used to run it.
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 reviewing the standard input format proposed in issue #2897 and assess how the input file validator should use it. Investigate whether cerberus is suitable, then define validation for the format and version compatibility between the input file and Process; done should include checks for both.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100