-
Notifications
You must be signed in to change notification settings - Fork 502
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
convert workflowCodeRepository field into a clickable link #10441
Conversation
Add href tag to display url in computational workflow metadata block
Added href tag to "displayFormat" field in computational workflow metadata block tsv file
Added release notes for 10339 update
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.
A little feedback.
Clarified that link is now clickable. Co-authored-by: Philip Durbin <[email protected]>
@kmika11 How'd you resolve those white space issues? Did you make the changes in a Google Sheet, save the sheet as a TSV and use that? |
I "copied raw file" from github https://github.com/IQSS/dataverse/blob/develop/scripts/api/data/metadatablocks/computational_workflow.tsv and pasted into a text editor and made the edit there before saving to a .tsv. But, I bet the google sheet strategy would work too. As long as you don't open it in a spreadsheet software (like excel) to make the edits |
As is, it looks like the PR both makes the URL into a link and adds quotes around it: @kmika11 - is this a question for you or someone else? |
I don't think we want the quotes. Good catch, @landreev |
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.
Question about ""
Co-authored-by: Philip Durbin <[email protected]>
Add href tag to display url in computational workflow metadata block
What this PR does / why we need it: Adds
href
tag to the computational workflow tsv file to properly display and link the url required in the External Code Repository URL field.Which issue(s) this PR closes:
Special notes for your reviewer: Redid #10439 on new branch and fixed white space changes.
Suggestions on how to test this:
Does this PR introduce a user interface change? If mockups are available, please link/include them here: Makes link clickable on dataset page.
Is there a release notes update needed for this change?:
Additional documentation: