Sage-Bionetworks / rocc-service

ROCC REST API service
Apache License 2.0
1 stars 0 forks source link

Filter challenges by organizer #202

Closed tschaffter closed 2 years ago

tschaffter commented 2 years ago

@rrchai is passing an array of User ids as a query parameter, then in the backend:

  1. get the login of these users
  2. query the ChallengeOrganizers that have their login in the set identified in Step 1
  3. get the ChallengeOrganizer.challengeId for the organizers identied
  4. filter out the challenges that don't have their ids in the set identified in Step 3
tschaffter commented 2 years ago

Done