-
Notifications
You must be signed in to change notification settings - Fork 212
SMP - Challenge preview and screening/review status #8
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
@ajefts Any chances to get this functionality any soon? |
@birdofpreyru For "fetching challenges", what data do you need? For previews, did you try endpoints like this in v2? https://api.topcoder.com/v2/design/download/236613?submissionType=preview&submissionImageTypeId=29 If not, short term patch might also be to use the legacy urls for previews: https://studio.topcoder.com/?module=DownloadSubmission&sbmid=236611&sbt=full&sfi=1 |
My misprint. I meant "fetching submissions with API v3". In particular, fetching screening status and any related info is what we are missing. |
@birdofpreyru Can you point me to the latest page design please? |
@ajefts Yeap. Download this: https://drive.google.com/open?id=0B3y3SEA9cIEkTTBYYVRycmhTSTg |
thanks. For now, let's leave out that status until we get it added to the API response... |
Yeah, absence of that field in API response does not break the prototype, it just hides that column (this way it is compatible with development challenges, which won't have that screening info). |
- Online Review links removed on request from TonyJ. - Downloading of submissions is enabled with use of legacy (Studio) API, as the new APIs don't support it yet (https://github.com/topcoder- platform/community-app/issues/9). - Submission previews are shown using legacy (Studio) API (#8) - Delete submission icon is temporarly removed, as we don't have any API to remove them yet (https://github.com/topcoder-platform/community- app/issues/10).
UPDATE: In the commit 9606802 previes has been added with use of legacy (Studio) API. |
Current version of SMP shows dummy submission previews and no screening / review status info.
The core problem is that TC API v3 does not allow to fetch challenges yet (or have we failed to find the right endpoints?) and TC API v2 does not provide previews and screening / review info.
The text was updated successfully, but these errors were encountered: