-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sharing plan issue 106 #110
Conversation
* build jsonld * Revert "build jsonld" This reverts commit 3365dfe. * Revert "Address typing_extensions issue with ipython" This reverts commit ce22e3f. * Revert "Bump schematic to version 24.5.1" This reverts commit d4e1daa. * Revert "Collate model CSV and convert to JSON-LD" This reverts commit 0111969. * Revert "Update valid values" This reverts commit 2830a66. * Revert "Remove unnecessary double quotes" This reverts commit f791a93. * Revert "Update annotationProperty.csv" This reverts commit c0c5409. * Revert "Removed misspelled Project attribute" This reverts commit 3122359. * Revert "Update shared attributes" This reverts commit 47b324f. * Revert "Remove Project dependency loop" This reverts commit 29c6090. * Revert "Create processLevel.csv" This reverts commit 22846e7. * Revert "Change folder reference for DSP" This reverts commit b755a98. * Revert "Update and add valid value mappings" This reverts commit 824437d. * Revert "Add shared attribute Data Use Codes" This reverts commit cc73994. * Revert "Move dataset valid values to shared" This reverts commit c3e0807. * Revert "Add DUO terms to model as valid values" This reverts commit 5a032df. * Revert "Add initial version of Dataset Sharing Plan model" This reverts commit 3749b3b. --------- Co-authored-by: mc2center-bot[bot] <[email protected]>
- update dataset mappings - add DSP mappings - add Data Use Code mapping
Project Type dependency on Project is not necessary and is flagged by schematic as circular. Removing produces a true directed acyclic graph (DAG)
Schematic 24.5.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saving this as a TODO for a separate PR, but:
Since some of the module files have been moved and the template files have been updated from XLSX to CSV, we will also need to update the doc markdowns in order to reflect their new filepaths/filenames.
Thank you for pointing this out! Since I'm the one breaking things, I will make those updates 😁 |
@Bankso thank you!! I don't mind doing it either, so if you have other pressing things to do, just lmk! |
* Update template refs from xlsx --> csv * Update dataset cv refs to new 'shared' path * Create DataDSP.md * Add valid values md for DSP * Add DSP content to nav config * Rename Dataset Type to Assay For consistency with DatasetView model * Add sharingPlans folder to hooks * Update Dataset Type to Assay in CV mapping * Add DSP Url and update schema definition * Update DataDSP.csv
@aditigopalan could you please take a quick look at the current DataDSP model implementation? I just want to make sure things look reasonable before we merge |
Instead of using a single Data Use Codes attribute, differentiate for DSP model. This allows it to show up in our documentation
Looks good to me! |
Fixes #106 (again)
Changelog