Skip to content

Commit 39671b8

Browse files
authored
Merge pull request #1035 from topcoder-platform/revert-931-issue-917
Revert "Add Attachments to the challenge specification"
2 parents 61c4705 + e7a6ba6 commit 39671b8

File tree

15 files changed

+293
-759
lines changed

15 files changed

+293
-759
lines changed

config/constants/development.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,5 @@ module.exports = {
3232
DS_TRACK_ID: 'c0f5d461-8219-4c14-878a-c3a3f356466d',
3333
QA_TRACK_ID: '36e6a8d0-7e1e-4608-a673-64279d99c115',
3434
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'
35+
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c']
4036
}

config/constants/production.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,5 @@ module.exports = {
3232
DS_TRACK_ID: 'c0f5d461-8219-4c14-878a-c3a3f356466d',
3333
QA_TRACK_ID: '36e6a8d0-7e1e-4608-a673-64279d99c115',
3434
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'
35+
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c']
4036
}

package-lock.json

Lines changed: 32 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-standard": "^4.0.0",
3939
"express": "^4.16.4",
4040
"file-loader": "2.0.0",
41-
"filestack-js": "^3.20.0",
41+
"form-data": "^2.4.0",
4242
"fs-extra": "7.0.0",
4343
"html-webpack-plugin": "4.0.0-alpha.2",
4444
"identity-obj-proxy": "3.0.0",
@@ -71,6 +71,7 @@
7171
"react-debounce-input": "^3.2.0",
7272
"react-dev-utils": "^7.0.1",
7373
"react-dom": "^16.7.0",
74+
"react-dropzone": "^10.1.5",
7475
"react-google-charts": "^3.0.13",
7576
"react-helmet": "^5.2.0",
7677
"react-js-pagination": "^3.0.3",

0 commit comments

Comments
 (0)