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

As a API submitter, I want to validate connections between metadata objects so that the dataset is correct and complete #510

Open
3 tasks
viklund opened this issue Jun 28, 2022 · 0 comments

Comments

@viklund
Copy link

viklund commented Jun 28, 2022

Describe the user story

The different metadata objects (images, datasets, studies and so on) references each other with aliases. We need to make sure that these references are correct before proceeding with a submission.

The metadata schema specifies these references. Here a dataset references images for example.

An example of a reference is can be found in the test metadata between
this dataset and this image.

Tasks:

  • Write functionality to check cross references between metadata objects
  • Get more example files so we are sure we have all possible connections in the test metadata
  • Figure out when this functionality should be triggered

Testing

Description how the testing will be done.

Definition of Done

Given uploaded metadata when I do some action then I expect an 200 Ok or some error code together with information about what was incorrect.

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

1 participant