Validation for form specifications
Open
- Dominant language
- Python
- Stars
- 29
- Forks
- 33
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
Single form validation:
1. Use JSON schema to perform basic structural validation
2. Check that all fields, choices and questions have unique `slug`s
3. Check that all configuration directives (such as `choicesFrom`) have options that make sense
Multilanguage form validation:
1. Warn about fields, choices and questions that are not present across all language versions
Use case specific form validation:
1. If the use case requires specific fields to be present, warn if they are missing or incorrectly configured
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.