Skip to content

Commit 0e379ba

Browse files
committed
Merge branch 'develop' into issue-917
2 parents 27e2c6e + 8c87f29 commit 0e379ba

File tree

44 files changed

+1220
-1205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1220
-1205
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Expected behavior
2+
Describe.
3+
4+
### Actual behavior
5+
Describe.
6+
7+
### Steps to reproduce the problem
8+
- TBD.
9+
- TBD.
10+
- TBD.
11+
12+
### Screenshot/screencast
13+
Attach or link a resource.
14+
15+
--
16+
17+
#### Environment
18+
- OS:
19+
- Browser (w/version):
20+
- User role (client, copilot or manager):
21+
- Account used:

.github/ISSUE_TEMPLATE/may-7-bug-hunt-functionality-bug.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/may-7-bug-hunt-security-bug.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/may-7-bug-hunt-suggestion.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/may-7-bug-hunt-user-interface-bug.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ npm install
3939

4040
1. copy the environment file in docs/dev.env to /.env
4141

42-
1. add `127.0.0.1 local.topcoder-dev.com` to your /etc/hosts file
43-
4442
1. If you are using local instances of the API's, change the DEV_API_HOSTNAME in configs/constants/development.js to match your local api endpoint.
4543
- For example change it to 'http://localhost:3000/',
4644

@@ -50,7 +48,7 @@ npm install
5048
npm run dev
5149
```
5250

53-
You can access the app from [http://local.topcoder-dev.com:3001/](http://local.topcoder-dev.com:3001/)
51+
You can access the app from [http://localhost:3000/](http://localhost:3000/)
5452

5553
The page will reload if you make edits.
5654

config/constants/development.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
COMMUNITY_APP_URL: `https://www.${DOMAIN}`,
88
MEMBER_API_URL: `${DEV_API_HOSTNAME}/v4/members`,
99
MEMBER_API_V3_URL: `${DEV_API_HOSTNAME}/v3/members`,
10-
DEV_APP_URL: `http://local.${DOMAIN}`,
1110
CHALLENGE_API_URL: `${DEV_API_HOSTNAME}/v5/challenges`,
1211
CHALLENGE_TIMELINE_TEMPLATES_URL: `${DEV_API_HOSTNAME}/v5/timeline-templates`,
1312
CHALLENGE_TYPES_URL: `${DEV_API_HOSTNAME}/v5/challenge-types`,
@@ -24,17 +23,13 @@ module.exports = {
2423
CONNECT_APP_URL: `https://connect.${DOMAIN}`,
2524
DIRECT_PROJECT_URL: `https://www.${DOMAIN}/direct`,
2625
ONLINE_REVIEW_URL: `https://software.${DOMAIN}`,
27-
DEFAULT_TERM_UUID: '64d6e249-d7a5-4591-8ff5-e872f8a051f9', // Terms & Conditions of Use at TopCoder
26+
DEFAULT_TERM_UUID: '317cd8f9-d66c-4f2a-8774-63c612d99cd4', // Terms & Conditions of Use at TopCoder
2827
DEFAULT_NDA_UUID: 'e5811a7b-43d1-407a-a064-69e5015b4900', // NDA v3.0
2928
SUBMITTER_ROLE_UUID: '732339e7-8e30-49d7-9198-cccf9451e221',
3029
DEV_TRACK_ID: '9b6fc876-f4d9-4ccb-9dfd-419247628825',
3130
DES_TRACK_ID: '5fa04185-041f-49a6-bfd1-fe82533cd6c8',
3231
DS_TRACK_ID: 'c0f5d461-8219-4c14-878a-c3a3f356466d',
3332
QA_TRACK_ID: '36e6a8d0-7e1e-4608-a673-64279d99c115',
3433
SEGMENT_API_KEY: 'QBtLgV8vCiuRX1lDikbMjcoe9aCHkF6n',
35-
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c'],
36-
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY,
37-
FILE_PICKER_CONTAINER_NAME: 'tc-challenge-v5-dev',
38-
FILE_PICKER_REGION: 'us-east-1',
39-
FILE_PICKER_CNAME: 'fs.topcoder.com'
34+
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c']
4035
}

config/constants/production.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
COMMUNITY_APP_URL: `https://www.${DOMAIN}`,
88
MEMBER_API_URL: `${PROD_API_HOSTNAME}/v4/members`,
99
MEMBER_API_V3_URL: `${PROD_API_HOSTNAME}/v3/members`,
10-
DEV_APP_URL: `https://submission-review.${DOMAIN}`,
1110
CHALLENGE_API_URL: `${PROD_API_HOSTNAME}/v5/challenges`,
1211
CHALLENGE_TIMELINE_TEMPLATES_URL: `${PROD_API_HOSTNAME}/v5/timeline-templates`,
1312
CHALLENGE_TYPES_URL: `${PROD_API_HOSTNAME}/v5/challenge-types`,
@@ -32,9 +31,5 @@ module.exports = {
3231
DS_TRACK_ID: 'c0f5d461-8219-4c14-878a-c3a3f356466d',
3332
QA_TRACK_ID: '36e6a8d0-7e1e-4608-a673-64279d99c115',
3433
SEGMENT_API_KEY: 'QSQAW5BWmZfLoKFNRgNKaqHvLDLJoGqF',
35-
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c'],
36-
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY,
37-
FILE_PICKER_CONTAINER_NAME: 'tc-challenge-v5-prod',
38-
FILE_PICKER_REGION: 'us-east-1',
39-
FILE_PICKER_CNAME: 'fs.topcoder.com'
34+
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c']
4035
}

0 commit comments

Comments
 (0)