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

1. Update the challenge resource processor to listen for challenge updated and update the resource to set an active flag to the same value as the challenge active status. Basically,...

On Hold

I'm thinking it might be too much to write what's changed like the API does. I think we can just put an entry in there for when a migration happens...

On Hold

Create a migration for legacy marathon matches out of the `mmatches` v4 ES index. Work in this branch: https://github.com/topcoder-platform/legacy-challenge-migration-script/tree/features/migrate-mmatches

In PUT/PATCH, we expect the `phaseId` to be passed… which means, there’s no way to add more phases to a challenge. You can only update the existing ones. So, you...

Tech Debt

https://github.com/topcoder-platform/challenge-api/pull/309/files#diff-6bf820f045aeaa766c1cac9497c693f5R1201 Admins should also be allowed to modify the `url` and `options` of discussions.

Tech Debt

In app-constans, there are several const variables using camel case. They should be all upper case.

code-improvements

Please update README. - In Local Deployment, AWS S3 Setup needs to be updated: s3 is run in docker compose: minio - In Local Deployment, Mock API needs to be...

code-improvements

In ChallengeService.js, there are three FIXME need to be fixed. https://github.com/topcoder-platform/challenge-api/blob/code-improvements/src/services/ChallengeService.js#L159 https://github.com/topcoder-platform/challenge-api/blob/code-improvements/src/services/ChallengeService.js#L539 https://github.com/topcoder-platform/challenge-api/issues/90 https://github.com/topcoder-platform/challenge-api/blob/code-improvements/src/services/ChallengeService.js#L702

code-improvements

Temporarily, disable the ability to change the timeline template on a challenge if the status is not `New`. Make sure to add a `// TODO` comment with a `Tech Debt`...

Tech Debt

Update tests to include API Version prefix in routes