File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
src/components/challenge-detail/Specification Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,42 @@ export default function ChallengeDetailsView(props) {
168
168
< div styleName = "challenge-details-view" >
169
169
< div styleName = "challenge-specifications" >
170
170
< div styleName = { `challenge-specs-main ${ accentedStyle } ` } >
171
- { track . toLowerCase ( ) !== "design" && ! selfService ? (
171
+ { track . toLowerCase ( ) !== "design" || selfService ? (
172
172
< div >
173
173
{ description && (
174
174
< article >
175
+ {
176
+ selfService && (
177
+ < p styleName = "note" >
178
+ < strong >
179
+ On Demand Challenges are customer-initiated single round design challenges.
180
+ </ strong >
181
+ < br />
182
+ Please note the following important information for Topcoder competitors who participate in this challenge:
183
+ < ul >
184
+ < li > Any communication needed, should be done directly with the customer in the Challenge Forum.</ li >
185
+ < li > In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.</ li >
186
+ < li > Submission source files must be created with the application(s) listed in the requirements.</ li >
187
+ < li > There will be no appeals or final fixes.</ li >
188
+ < li > The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.</ li >
189
+ </ ul >
190
+ < br />
191
+ < strong >
192
+ REQUEST MARVEL PROTOTYPES HERE:
193
+ </ strong >
194
+ < br />
195
+ < a href = "https://discussions.topcoder.com/15528/request-marvel-access-for-design-challenges?new=1" >
196
+ Request Marvel for On Demand Challenges
197
+ </ a >
198
+ < br />
199
+ < strong >
200
+ DO NOT request Marvel access in the challenge forum with the customer.
201
+ </ strong >
202
+ < br />
203
+ Figma or XD Prototypes are acceptable for submissions created with those applications.
204
+ </ p >
205
+ )
206
+ }
175
207
< h2 > Challenge Overview</ h2 >
176
208
{ editMode ? (
177
209
< Editor
You can’t perform that action at this time.
0 commit comments