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