challenge-api
challenge-api copied to clipboard
This microservice provides access and interaction with all sorts of Challenge data
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...
Due to the delay of the ES processor https://github.com/topcoder-platform/challenge-processor-es we moved both create and update operations of challenge into the API to prevent frontend apps from crashing due to invalid...
# How to work with git tickets The basic flow for handling a ticket is as follows: 1. Assign the ticket to yourself, change the label to "tcx_Assigned", remove the...
The v5 used to allow changing the `legacy.track` or the `typeId` of a `Challenge` but V4 doesn't allow that. Thought, the V4 API does not return the challenge track in...
Since we now support challenges with only `{ status: 'New', name, projectId }`, it would be a good idea to have a way to delete a challenge so we don't...
Currently, `PUT /challenges/:id` fires an event where the payload is the full challenge object while `PATCH` only includes the updated properties. In order to get the legacy challenge processor to...
@rootelement what should happen in the following case: - Copilot creates a challenge with either no groups or with, let's say, `Group1` - A few members who have access to...
Is it possible to have a platform feature to limit the number of submissions in MMs per day or have a gap between submissions? We have matches like Single Cell...
- Work Manager: Challenge List: PM user is not able to see all work under a project https://topcoder.atlassian.net/browse/PM-1139