-
Notifications
You must be signed in to change notification settings - Fork 212
MM Leaderboard: Past challenges scores are not visible #3392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The fix for this and #3269 is going to be same, as discussed with @dushyantb we changed the API response structure. We need to finalise the approach whether we migrate all old challenges to new api response structure of we fix this in UI. Linking them as the same fix is needed for both. It works fine for recently ended MM challenges, ex: https://www.topcoder.com/challenges/30103195?tab=submissions |
@Oanh-and-only-Oanh @sushilshinde per testing, I can see the page. like but one interesting thing is when looking at the networking, it keeps calling api like https://api.topcoder.com/v4/challenges/?filter=status%3DACTIVE%26technologies%3D&limit=50&offset=0, but for challenge detail page, why it is calling so many times? to listing challenges? |
@skyhit, looks like this might be a challenge V4 api issue and we're currently migrating to challenge V5 api. That migration should be complete in of April, so let's put this on hold until migration is done to see if it is still an issue. |
@Oanh-and-only-Oanh sure. |
adding the on hold label |
@SathyaJayabal @lakshmiathreya, is this front-end or backend issue? |
@Oanh-and-only-Oanh , the scores are displayed now |
Past MM challenges scores are not visible
Challenge URL: https://www.topcoder.com/challenges/30101930?tab=submissions
The text was updated successfully, but these errors were encountered: