Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e9cd8cc

Browse files
committed
Update to reference Connect instead of Direct for project ID
1 parent 498d19e commit e9cd8cc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: TopcoderXDeploy.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ You can do this by clicking your logged in username in the upper right of the To
157157

158158
Once you have registered your account, go into `Project Management` and add a new project for either a Gitlab or Github project you have access to. Gitlab is likely easier for testing - you can create a free test project under your own account.
159159

160-
Use Topcoder Direct ID `7377` since this has a valid billing account in the dev environment.
160+
Use Topcoder Connect ID `16665` since this has a valid billing account in the dev environment.
161161

162162
Once it's been added, click `Manage` for the project in the list on `Project Management` and click `Add Webhooks`. Once the webhook has been added, you should be able to see it in the Gitlab project under `Settings` --> `Integrations` --> `Webhooks`
163163

@@ -237,10 +237,10 @@ IS_LOCAL: true
237237
Justins-Mac-Pro:~ justingasper$ heroku config --app topcoder-x-ui-dev
238238
=== topcoder-x-ui-dev Config Vars
239239
BUILD_ENV: heroku
240-
GITHUB_CLIENT_ID:
241-
GITHUB_CLIENT_SECRET:
242-
GITLAB_CLIENT_ID:
243-
GITLAB_CLIENT_SECRET:
240+
GITHUB_CLIENT_ID:
241+
GITHUB_CLIENT_SECRET:
242+
GITLAB_CLIENT_ID:
243+
GITLAB_CLIENT_SECRET:
244244
HOOK_BASE_URL: https://topcoder-x-receiver-dev.herokuapp.com
245245
KAFKA_CLIENT_CERT: <cert>
246246
KAFKA_CLIENT_CERT_KEY: <key>

Diff for: src/front/src/app/projects/projects.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h4>You don't have active projects right now. Please
5757
<thead>
5858
<tr>
5959
<th class="col-lg-2">Project Name</th>
60-
<th class="col-lg-2">Topcoder Direct ID</th>
60+
<th class="col-lg-2">Topcoder Connect ID</th>
6161
<th class="col-lg-2">Service Provider</th>
6262
<th class="col-lg-2" ng-show="isAdminUser">Owner</th>
6363
<th class="col-lg-2">Copilot</th>
@@ -118,7 +118,7 @@ <h4>You don't have active projects right now. Please
118118
<thead>
119119
<tr>
120120
<th class="col-lg-2">Project Name</th>
121-
<th class="col-lg-2">Topcoder Direct ID</th>
121+
<th class="col-lg-2">Topcoder Connect ID</th>
122122
<th class="col-lg-2">Service Provider</th>
123123
<th class="col-lg-2" ng-show="isAdminUser">Owner</th>
124124
<th class="col-lg-2" data-sort-ignore="true"></th>
@@ -157,4 +157,4 @@ <h4>You don't have active projects right now. Please
157157
</div>
158158
</div>
159159
</div>
160-
</div>
160+
</div>

Diff for: src/front/src/app/upsertproject/upsertproject.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ <h2>{{title}}</h2>
5757
<br />
5858
<label class="form-label">Direct ID:</label>
5959
<input class="form-control" type="number" ng-model="project.tcDirectId" required />
60-
<small class="form-hint">The Topcoder Direct ID of the project. You can obtain this through the URL to the
60+
<small class="form-hint">The Topcoder Connect Project ID of the project. You can obtain this through the URL to the
6161
project in Topcoder Direct. For example:
62-
"https://www.topcoder.com/direct/projectOverview?formData.projectId=16901" - Enter ID "16901"</small>
62+
"https://connect.topcoder.com/projects/16598" - Enter ID "16598"</small>
6363
<span ng-show="projectForm.project.tcDirectId.$touched && projectForm.project.tcDirectId.$invalid">The
64-
TC Direct ID is required.</span>
64+
TC Connect Project ID is required.</span>
6565
<br />
6666
<br />
6767
<label class="form-label">Repo URL:</label>

0 commit comments

Comments
 (0)