You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/template.json
+39-4Lines changed: 39 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,14 @@
15
15
"group": {
16
16
"name": "${ challenge.name }",
17
17
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
18
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
18
19
"privacy": "secret",
19
20
"type": "challenge"
20
21
},
21
22
"categories": [
22
23
{
23
24
"name": "Code Documents",
25
+
"selfService": false,
24
26
"urlcode": "${ challenge.id }-documents",
25
27
"discussions": [
26
28
{
@@ -39,6 +41,7 @@
39
41
},
40
42
{
41
43
"name": "Code Questions",
44
+
"selfService": false,
42
45
"urlcode": "${ challenge.id }-questions",
43
46
"discussions": [
44
47
{
@@ -48,6 +51,13 @@
48
51
"closed": 0
49
52
}
50
53
]
54
+
},
55
+
{
56
+
"name": "General Questions",
57
+
"selfService": true,
58
+
"urlcode": "${ challenge.id }-questions",
59
+
"discussions": [
60
+
]
51
61
}
52
62
]
53
63
},
@@ -58,12 +68,14 @@
58
68
"group": {
59
69
"name": "${ challenge.name }",
60
70
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
71
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
61
72
"privacy": "secret",
62
73
"type": "challenge"
63
74
},
64
75
"categories": [
65
76
{
66
77
"name": "Code Documents",
78
+
"selfService": false,
67
79
"urlcode": "${ challenge.id }-documents",
68
80
"discussions": [
69
81
{
@@ -82,6 +94,7 @@
82
94
},
83
95
{
84
96
"name": "Code Questions",
97
+
"selfService": false,
85
98
"urlcode": "${ challenge.id }-questions",
86
99
"discussions": [
87
100
{
@@ -91,6 +104,13 @@
91
104
"closed": 0
92
105
}
93
106
]
107
+
},
108
+
{
109
+
"name": "General Questions",
110
+
"selfService": true,
111
+
"urlcode": "${ challenge.id }-questions",
112
+
"discussions": [
113
+
]
94
114
}
95
115
]
96
116
}
@@ -107,6 +127,7 @@
107
127
"group": {
108
128
"name": "${ challenge.name }",
109
129
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
130
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
110
131
"privacy": "secret",
111
132
"type": "challenge"
112
133
},
@@ -115,25 +136,29 @@
115
136
"title": "Spec Review Discussion",
116
137
"body": "Spec Review Discussion",
117
138
"announce": 0,
118
-
"closed": 0
139
+
"closed": 0,
140
+
"selfService": false
119
141
},
120
142
{
121
143
"title": "Please give us feedback on this challenge!",
122
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 %>",
123
145
"announce": 0,
124
-
"closed": 0
146
+
"closed": 0,
147
+
"selfService": false
125
148
},
126
149
{
127
150
"title": "Welcome!",
128
151
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
0 commit comments