-
Notifications
You must be signed in to change notification settings - Fork 212
[$80]Challenge Listings: clicking on #of registrants or submissions loads a blank page #4408
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
Contest https://www.topcoder.com/challenges/30126691 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30126691 has been updated - it has been assigned to luizrrodrigues. |
@luizrrodrigues Do you have an ETA on this one? |
@mtwomey Working on this right now, plan to complete today. |
UPDATE: Currently we have an issue to get registrants from the challenge. Tracking the request here: #4381 (comment) |
The main problem here is about missing Fixes done in Draft PR:
Blockers:
|
|
Thanks @rootelement, one more question about
|
Correct
…On Thu, Jun 4, 2020 at 12:55 PM Luiz Ricardo Rodrigues < ***@***.***> wrote:
Thanks @rootelement <https://github.com/rootelement>, one more question
about registrants return:
- Not include registrants.submissionDate, so I need to get from
*submissions_api* and merge in the frontend, right?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4408 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJGMXBDHNZZSGJBOR5Q65DRU7GWJANCNFSM4NJIZMGQ>
.
--
James Cori
Lead Software Engineer
[email protected] / 413.961.9044 / @jamesmcori
<https://twitter.com/jamesmcori>
<[email protected]>www.topcoder.com <http://topcoder.com/> / Topcoder
Blog: topcoder.com/blog / twitter: @topcoder
<https://twitter.com/topcoder>201 S Capitol Ave, Indianapolis, IN 46225
|
@luizrrodrigues even on current production submissions are coming from v5 submission API |
@sushilshinde in V4 we get an array of submitters and their submissions from the challenge api. The actual submission from the submission id is got submissions api. In V5 this initial information is not present. |
@rootelement Thanks. fyi: submissions_api not allow new challenge |
@sushilshinde : @SathyaJayabal is right, I'll need additional work to merge submission initial data in challenge details return and also to update new vars/params return from v5 API in Submissions Page. |
The main problem here is about missing Fixes done in PR:
Remain:
@sushilshinde @Oanh-and-only-Oanh I think we can move this to a new issue and merge the PR's. (include fixes to #4380 and #4381) |
@luizrrodrigues @sushilshinde , challenge details page is throwing an error |
@SathyaJayabal can you attach a screenshot of error in console? @rootelement looks like we getting error “internal server error” when try get registrants from some projects. |
Debugging this now |
I need IDs to confirm and if this is in dev or prod please as well @SathyaJayabal |
Again, this returns data from the API: In the resource api, i'm seeing these errors:
What is calling |
@rootelement , this happens in both dev and prod and foe all challenges. This is the same issue documented here here are a few examples: |
Pushing an update to resources to increase logging |
@luizrrodrigues I'm curious about what going on with this one - are we wanting on any changes from anyone else or is this one progressing? |
@mtwomey Waiting for change in API: |
OK thank you @luizrrodrigues |
@sushilshinde why is this changing now? There are no unauthed endpoints on the resources API. Can we do this as it's been done up until now and we can reevaluate after V5 1.0 release? |
@luizrrodrigues we will split these tickets into two and will assign you separately |
This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the |
Challenge Listings: Past Contests Bucket- clicking on #of registrants or submissions loads a blank page. This is related to #4381 . Clicking on # of registrants should open the challenge details page with the registrants tab selected. Clicking on # of submissions should open the challenge details page with the submissions tab selected. Since these tabs are not present on the challenge details page, a blank page is loaded.
https://test-community-app.topcoder-dev.com/challenges?bucket=past&tab=submissions
https://test-community-app.topcoder-dev.com/challenges?
user: dan_developer/appirio123
regis.mov.zip
subs.mov.zip
The text was updated successfully, but these errors were encountered: