Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data validation #6

Open
ahsio opened this issue Oct 8, 2015 · 3 comments
Open

Data validation #6

ahsio opened this issue Oct 8, 2015 · 3 comments

Comments

@ahsio
Copy link
Member

ahsio commented Oct 8, 2015

The website content is provided through a structured Yaml file we should validate to prevent administrators from entering invalid data.

The validation should address both the Yaml file structure (in order to make sure required keys are filled and no extra keys were added) and the data validation (in order to prevent (for example) wrong date format or wrong http urls)

@rouabhi
Copy link

rouabhi commented Oct 9, 2015

Rx seems to be a very simple Yaml validator that is convenient for us. It has a JS implementation.

@g13013
Copy link

g13013 commented Oct 13, 2015

@rouabhi the link is broken

@ahsio +1

@rouabhi
Copy link

rouabhi commented Oct 14, 2015

Sorry,
fixed !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants