Justin Gasper
Justin Gasper
https://topcoder.atlassian.net/browse/TSJR-327
This search returns a number of F2Fs, including: * Automation 10 * Automation 7 * Automation 8 * Automation 6 https://api.topcoder-dev.com/v5/challenges/?status=Active&isLightweight=true&tracks[]=Dev&tracks[]=CMP&types[]=THOM&types[]=F2F If we change the search to include the search...
Topcoder would like the ability to stagger these phases: * Registration * Submission * Checkpoint submission Currently, the v5 challenge API only has a "start date", which just sets all...
In dev (api.topcoder-dev.com/v5/challenges), we are seeing empty results return for type and status sorting: Example: https://api.topcoder-dev.com/v5/challenges?sortBy=type&sortOrder=desc&projectId=23080&page=1&perPage=10 Returning: `[]` We initially implemented the search here: https://github.com/topcoder-platform/challenge-api/issues/528 We need to figure out...
We're seeing this in dev, where metadata isn't fully saved from Work Manager: Sample metadata in the PUT: ``` "metadata": [ { "name": "fileTypes", "value": "[\"PSD\"]" }, { "name": "allowStockArt",...
There is one phase in timeline template doesn't exist in all challenge phases (https://api.topcoder-dev.com/v5/challenge-phases): ``` { "phaseId": "6950164f-3c5e-4bdc-abc8-22aaf5a1bd49", "defaultDuration": 48 }, ``` the front end can't find the phase with...