Skip to content

Commit 3c1ecc9

Browse files
authored
Merge pull request #87 from topcoder-platform/develop
Remove survey links from challenge forums
2 parents 6ccfe66 + 65c25e7 commit 3c1ecc9

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: circleci/python:2.7-stretch-browsers
4+
- image: cimg/python:3.11.0-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt install jq
9-
sudo pip install awscli --upgrade
10-
sudo pip install docker-compose
9+
sudo apt update
10+
sudo apt install python3-pip
11+
sudo pip3 install awscli --upgrade
12+
sudo pip3 install docker-compose
1113
install_deploysuite: &install_deploysuite
1214
name: Installation of install_deploysuite.
1315
command: |

config/template.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
"body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>",
3131
"announce": 1,
3232
"closed": 1
33-
},
34-
{
35-
"title": "Please give us feedback on this challenge!",
36-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc.\n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
37-
"announce": 0,
38-
"closed": 0
3933
}
4034
]
4135
},
@@ -83,12 +77,6 @@
8377
"body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>",
8478
"announce": 1,
8579
"closed": 1
86-
},
87-
{
88-
"title": "Please give us feedback on this challenge!",
89-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
90-
"announce": 0,
91-
"closed": 0
9280
}
9381
]
9482
},
@@ -139,13 +127,6 @@
139127
"closed": 0,
140128
"selfService": false
141129
},
142-
{
143-
"title": "Please give us feedback on this challenge!",
144-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
145-
"announce": 0,
146-
"closed": 0,
147-
"selfService": false
148-
},
149130
{
150131
"title": "Welcome!",
151132
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
@@ -190,12 +171,6 @@
190171
"body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>",
191172
"announce": 1,
192173
"closed": 1
193-
},
194-
{
195-
"title": "Please give us feedback on this challenge!",
196-
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
197-
"announce": 0,
198-
"closed": 0
199174
}
200175
]
201176
},

0 commit comments

Comments
 (0)