You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: