challenge-api icon indicating copy to clipboard operation
challenge-api copied to clipboard

This microservice provides access and interaction with all sorts of Challenge data

Results 51 challenge-api issues
Sort by recently updated
recently updated
newest added
trafficstars

The user is able to see the challenge in the listings page but gets the error when they try to access the details page Example: user: tester1234 group- wipro-all challenge:...

P0
QA Pass
dev env
groups-perf-fix

Add the new `/challenges/${challengeId}/statistics` endpoint in the swagger

@rootelement , when we search for a specific term, challenge api returns only when search term is found in the challenge description. It does not consider title. This was working...

P2
Prod Env

We need a way to support indicating what went wrong while the challenge orchestrator failed to progress a challenge phase or perform an action with a descriptive description of the...

enhancement

Hi Team, For few of the submitters , registration date in a challenge is shown for Dec 2021. PFB snippet for reference Challenge : https://software.topcoder.com/review/actions/ViewProjectDetails?method=viewProjectDetails&pid=30157801 You can see the registrants...

An admin user token should be able edit a completed challenge. Scenario: A challenge is not generating payment because of bug in payment processor. Created another payment to pay to...

When activating a legacy challenge the legacy processor throws 500 error because of missing billing account (`Billing/PO Number is null/empty`.) As a temporary solution, the V5 Challenge API will call...

Tech Debt

We have endpoint `GET /v5/challenges` which returns the list of the challenges. Some challenges are private and would be only returned to the users who belong to particular groups. -...

AuditLogs endpoint uses unpaginated Dynamo scan to get data, so it doesn't return everything. I ran this: ```bash curl --location --request GET 'https://api.topcoder-dev.com/v5/challenge-audit-logs?challengeId=6008631e-48e5-45d7-8025-2758374a7d9d' \ --header 'Authorization: Bearer [my jwt]' \...

When you create a challenge in v5, it is initially created in legacy via v4 challenge api. This marks the create_user in legacy as the tcwebservice user because that's what...