You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In API calls that get submissions (i.e. https://api.topcoder.com/v5/submissions?challengeId=30120970&page=1&perPage=500), you'll see a review array. The app needs to check the typeID to determine the review type. The scores posted on the leaderboard should not be the typeID that maps to AV Scan. You'll notice some submissions have 1 review record while others have multiple review records. The app needs to inspect them to make sure it's the correct one to display.
The app must ignore all unknown review types.
Also when checking for the review types, the review type ID must not be hardcoded.
The community app should look up the reviewType of Virus Scan at the /v5/reviewTypes endpoint and ignore all reviews of that type's Id.
In API calls that get submissions (i.e. https://api.topcoder.com/v5/submissions?challengeId=30120970&page=1&perPage=500), you'll see a review array. The app needs to check the typeID to determine the review type. The scores posted on the leaderboard should not be the typeID that maps to AV Scan. You'll notice some submissions have 1 review record while others have multiple review records. The app needs to inspect them to make sure it's the correct one to display.
The app must ignore all unknown review types.
Also when checking for the review types, the review type ID must not be hardcoded.
The community app should look up the reviewType of Virus Scan at the /v5/reviewTypes endpoint and ignore all reviews of that type's Id.
#4336 (comment)
The text was updated successfully, but these errors were encountered: