Skip to content

Commit 4f53599

Browse files
add hardcoded content for self service challenges
1 parent f70f198 commit 4f53599

File tree

1 file changed

+33
-1
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+33
-1
lines changed

src/shared/components/challenge-detail/Specification/index.jsx

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,45 @@ export default function ChallengeDetailsView(props) {
174174
<div styleName="challenge-specifications">
175175
<div styleName={`challenge-specs-main ${accentedStyle}`}>
176176
{
177-
track.toLowerCase() !== 'design' && !selfService
177+
track.toLowerCase() !== 'design' || selfService
178178
? (
179179
<div>
180180
{
181181
description
182182
&& (
183183
<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+
}
184216
<h2>
185217
Challenge Overview
186218
</h2>

0 commit comments

Comments
 (0)