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

Add validation to submission builder #37

Open
kcs3 opened this issue Jun 1, 2018 · 1 comment
Open

Add validation to submission builder #37

kcs3 opened this issue Jun 1, 2018 · 1 comment
Assignees

Comments

@kcs3
Copy link
Collaborator

kcs3 commented Jun 1, 2018

This includes changes to the GUI, and also to the server-side code and installation to run the validation script and report the results back to the user.

@kcs3 kcs3 added this to the In progress milestone Jun 1, 2018
@zhouji2013
Copy link
Collaborator

zhouji2013 commented May 23, 2019

Here are some details:

Actual validation is done by a python script. The implication for the deployment is:

  1. a python 3 installation should be available from the server
  2. the python script itself needs to be part of the deployment (or available from the server)
  3. the background data (the subdirectory 'subject_data' in the current CTD2 dashboard data package) needs to be part of the deployment (or available from the server)

Validation can be done for two targets via their respective triggers:

  • For a template entered using this builder, validation is an option in the dropdown menu from the template list page
  • A zipped file can be uploaded to be validated. The validation report is displayed, but data will not be imported in this builder.

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

2 participants