-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Begin validation steps #4
Comments
I'm thinking mostly fur us to come up with a good framework to plug code into. As per our discussion, maybe this should be moved the the calvin-network-editor, and leave the data clean. |
@qjhart we closing this? |
No, this is part of the ts4 validation as well, which I started but didn't finish. On top of the json-schema validation needs a layer of consistancy checking as described above. |
Another tool to consider with validation is the Terraformer toolkit, http://terraformer.io/core/ |
I guess this will be something like
grunt validate
. And we can have sub-tasks likegrunt validate-links
? First one should test that the filesystem links and nodes corresponds to the origins and destinations in the node definitions. Should have a reporting and a change the node to match function. Also can specify the node(s) and or link(s) on cmd line. If a link is missing a corresponding node, I guess we just report it, and don't delete?The text was updated successfully, but these errors were encountered: