There are different way - or type of contribution - that an organization can make during the lifetime of a challenge. We want to capture these types of contributions to answer queries such as:
What are the organizations that provided cloud compute support?
What are the orgs that provided data to challenge with input data type "genomic"?
In the current data model (see lucid), this information is captured as ChallengeOrganizationRole. Proposed values are:
challenge_organizer: what I referred recently as "organization steward" (I believe @chepyle was the first to use this term?)
cloud_contributor
data_provider
scientific_contributor (or scientific_advisor?)
Also, what do you think about renaming this enum from ChallengeOrganizationRole to ChallengeContributionRole or ChallengeOrganizationType to enable us to capture contribution made by non-organizer, mainly participants. Here I'm thinking about capturing at some point organizations who submitted solutions to challenges. 😊
For example, the IBM org page could include the following sections:
Challenges that IBM supported as cloud provider
Challenges that IBM supported as scientific advisor
Challenges that IBM contributed to as participant
The goal of this ticket is to curate the above list of contribution type so that we can enable filtering org by contribution type (#1252).
There are different way - or type of contribution - that an organization can make during the lifetime of a challenge. We want to capture these types of contributions to answer queries such as:
In the current data model (see lucid), this information is captured as
ChallengeOrganizationRole
. Proposed values are:challenge_organizer
: what I referred recently as "organization steward" (I believe @chepyle was the first to use this term?)cloud_contributor
data_provider
scientific_contributor
(orscientific_advisor
?)Also, what do you think about renaming this enum from
ChallengeOrganizationRole
toChallengeContributionRole
orChallengeOrganizationType
to enable us to capture contribution made by non-organizer, mainly participants. Here I'm thinking about capturing at some point organizations who submitted solutions to challenges. 😊For example, the IBM org page could include the following sections:
The goal of this ticket is to curate the above list of contribution type so that we can enable filtering org by contribution type (#1252).