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

Update test metadata #217

Merged
merged 4 commits into from
May 24, 2022
Merged

Update test metadata #217

merged 4 commits into from
May 24, 2022

Conversation

simleo
Copy link
Member

@simleo simleo commented May 23, 2022

  • Remove obsolete code
  • Add a function to get the workflow's authors

The idea is that the latter will be used to display the workflow's authors in the web app. Example output:

[
    {
        "name": "Josiah Carberry",
        "url": "https://orcid.org/0000-0002-1825-0097"
    },
    {
        "name": "mickeymouse",
        "url": None
    }
]

When available, the value of the "url" field can be used to link to the author's page.

@simleo simleo merged commit 62ba97c into master May 24, 2022
@simleo simleo deleted the update_test_metadata branch May 24, 2022 10:05
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

Successfully merging this pull request may close these issues.

1 participant