From 4f53599ba7c5e941738f57c019e3a71b6ba13cd2 Mon Sep 17 00:00:00 2001 From: Thomas Kranitsas Date: Wed, 16 Feb 2022 17:20:47 +0200 Subject: [PATCH] add hardcoded content for self service challenges --- .../challenge-detail/Specification/index.jsx | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index a8a6720a27..ae04ec27b2 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -174,13 +174,45 @@ export default function ChallengeDetailsView(props) {
{ - track.toLowerCase() !== 'design' && !selfService + track.toLowerCase() !== 'design' || selfService ? (
{ description && (
+ { + selfService && ( +

+ + On Demand Challenges are customer-initiated single round design challenges. + +
+ Please note the following important information for Topcoder competitors who participate in this challenge: +

    +
  • Any communication needed, should be done directly with the customer in the Challenge Forum.
  • +
  • In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.
  • +
  • Submission source files must be created with the application(s) listed in the requirements.
  • +
  • There will be no appeals or final fixes.
  • +
  • The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.
  • +
+
+ + REQUEST MARVEL PROTOTYPES HERE: + +
+ + Request Marvel for On Demand Challenges + +
+ + DO NOT request Marvel access in the challenge forum with the customer. + +
+ Figma or XD Prototypes are acceptable for submissions created with those applications. +

+ ) + }

Challenge Overview