Closed
Description
REF: https://topcoder.atlassian.net/browse/PROD-4296
Steps
- Go to Wm and open a challenge with submissions over 50
- Example: https://challenges.topcoder.com/projects/29008/challenges/4a4086d5-597b-4868-8ef3-bea73eb1e8c1/view
- Some email addresses of users are not shown
Diagnosis
The problem here is that if there are more than 50 registrants, the call to the member API is paginated, so only the first 50 are returned, and we aren't pulling subsequent pages. Can we make asynchronous calls to get more member emails after the page loads and just fill them in as the response is returned?
Metadata
Metadata
Assignees
Labels
No labels