James Cori
James Cori
I'm assuming because of this: https://support.myharmony.com/en-us/download The steps to install this won't work anymore? I'm on Mac Catalina. I could dig up a windows box, but just checking if you...
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...
We need to add the ability to limit the number of people who can register for a challenge. Add `challenge.seats` - If it doesn't exist, or it's set to 0,...
For this issue, we'll implement billing account on the challenge object and then calculate the markup. This challenge depends on the projects api implementing the sfdc billing account markup property....
Implement better sort: `GET /cars?sort=-manufacturer,+model` Source: https://medium.com/@mwaysolutions/10-best-practices-for-better-restful-api-33a25a4e92c1
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...
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
# 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...