Skip to content

reformat spec for self-service challenges #6034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions src/shared/components/challenge-detail/Specification/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,45 +174,13 @@ export default function ChallengeDetailsView(props) {
<div styleName="challenge-specifications">
<div styleName={`challenge-specs-main ${accentedStyle}`}>
{
track.toLowerCase() !== 'design' || selfService
track.toLowerCase() !== 'design'
? (
<div>
{
description
&& (
<article>
{
selfService && (
<p styleName="note">
<strong>
On Demand Challenges are customer-initiated single round design challenges.
</strong>
<br />
Please note the following important information for Topcoder competitors who participate in this challenge:
<ul>
<li>Any communication needed, should be done directly with the customer in the Challenge Forum.</li>
<li>In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.</li>
<li>Submission source files must be created with the application(s) listed in the requirements.</li>
<li>There will be no appeals or final fixes.</li>
<li>The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.</li>
</ul>
<br />
<strong>
REQUEST MARVEL PROTOTYPES HERE:
</strong>
<br />
<a href="https://discussions.topcoder.com/15528/request-marvel-access-for-design-challenges?new=1">
Request Marvel for On Demand Challenges
</a>
<br />
<strong>
DO NOT request Marvel access in the challenge forum with the customer.
</strong>
<br />
Figma or XD Prototypes are acceptable for submissions created with those applications.
</p>
)
}
<h2>
Challenge Overview
</h2>
Expand Down Expand Up @@ -255,6 +223,38 @@ export default function ChallengeDetailsView(props) {
description
&& (
<article>
{
selfService && (
<p styleName="note">
<strong>
On Demand Challenges are customer-initiated single round design challenges.
</strong>
<br />
Please note the following important information for Topcoder competitors who participate in this challenge:
<ul>
<li>Any communication needed, should be done directly with the customer in the Challenge Forum.</li>
<li>In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.</li>
<li>Submission source files must be created with the application(s) listed in the requirements.</li>
<li>There will be no appeals or final fixes.</li>
<li>The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.</li>
</ul>
<br />
<strong>
REQUEST MARVEL PROTOTYPES HERE:
</strong>
<br />
<a href="https://discussions.topcoder.com/15528/request-marvel-access-for-design-challenges?new=1">
Request Marvel for On Demand Challenges
</a>
<br />
<strong>
DO NOT request Marvel access in the challenge forum with the customer.
</strong>
<br />
Figma or XD Prototypes are acceptable for submissions created with those applications.
</p>
)
}
<h2>
Challenge Summary
</h2>
Expand Down