Skip to content

Commit eb7cf41

Browse files
Merge pull request #337 from topcoder-platform/dev
Hardcoded content for self service challenges
2 parents 14ce5b9 + 820be52 commit eb7cf41

File tree

1 file changed

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

1 file changed

+33
-1
lines changed

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

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,42 @@ export default function ChallengeDetailsView(props) {
168168
<div styleName="challenge-details-view">
169169
<div styleName="challenge-specifications">
170170
<div styleName={`challenge-specs-main ${accentedStyle}`}>
171-
{track.toLowerCase() !== "design" && !selfService ? (
171+
{track.toLowerCase() !== "design" || selfService ? (
172172
<div>
173173
{description && (
174174
<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+
}
175207
<h2>Challenge Overview</h2>
176208
{editMode ? (
177209
<Editor

0 commit comments

Comments
 (0)