-
Notifications
You must be signed in to change notification settings - Fork 8
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
Submission Portal/ DH: samp_name should be required to be unique #581
Comments
@turbomam |
@ssarrafan & @turbomam can we put this in for sprint 2? Jan 3-13? as part of the submission portal squad deliverable "Align validation with expected values" |
I agree that @cmungall has encouraged me to use I'm not convinced that This is currently illegal:
If we set What we really want to require is both slots are required to be individually unique:
I will have to investigate some more. Q from @sujaypatil96: could we make the parent slot from a slot group the identifier or the unique key? |
Sure. I will put it under to do. @mslarae13 who should this be assigned to? |
@ssarrafan Assign to me for now. I've added a couple sub tasks to get this complete. Then Mark for actual implementation. |
Difficult to accomplish. LinkML only allows for 1 identifier column, and that's the source_mat_id column and also must be unique. @ssarrafan with that, I recommend taking this out of the SubPort squad & this sprint, putting it into backlog. Requires LinkML updates |
Removing from sprint, adding backlog label |
|
The GUID (source_mat?) column should no longer be required. It's optional.. add a GUID IF you have a registered GUID. If you do not.. you'll get an NMDC minted ID. @pkalita-lbl will this interrupt the multiple tabs? That relies on GUID right now, right? |
Yes, correct. We'll need to take that into account if we make that change. |
|
nmdc biosample identifiers minting task is separate.. captured in an issue? |
Schema changes are in. Once we release a new version of |
Moving to next sprint per @pkalita-lbl |
@pkalita-lbl should this be moved to in review? Or do we need another issue for the next step? |
I'd rather not make a new issue since there's a lot of good context here. Paused or Blocked pending a new |
This is still paused waiting for a new |
These changes are now available on data-dev.microbiomedata.org. PR: microbiomedata/nmdc-server#977 |
Issue:
samp_name (1st column, sample name) validates when the values are not unique. Like the source_mat_id (globally unique id) these should be required to be unique within a submission.
Completion:
Validation rule for samp_name is changed to require it be unique
The text was updated successfully, but these errors were encountered: