Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

Identify organization contribution types #1276

Closed tschaffter closed 1 year ago

tschaffter commented 1 year ago

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:

image

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:

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).

vpchung commented 1 year ago

Contribution roles have been captured here, using the values:

Previous curation efforts did not capture cloud or scientific contributions. If these are desired, I will add a ticket for this curation effort.