{props.topic.title}
+{props.topic.body}
+ ++ You must be authenticated to access this page. +
+ {props.communityId && ( ++ Community: + {' '} + {props.communityId} +
+ )} + ++ You are not authorized to access this page. +
+ +{term.text}
} + {!term.text && term.url && ( + + {term.url} + + )} + {!term.text && !term.url && ( +No additional term details are available.
+ )} +{props.topic.body}
+ ++ Timezone: + {' '} + {Intl.DateTimeFormat() + .resolvedOptions().timeZone} +
+ {props.phases.map(phase => ( +{phase.name}
++ {formatDate(phase.actualStartDate ?? phase.scheduledStartDate)} + {' - '} + {formatDate(getPhaseEndDate(phase))} +
++ {checkpointBonusText && ( + <> + Bonus: + {' '} + {checkpointBonusText} + > + )} + {props.challenge.reliabilityBonus && ( + <> + {checkpointBonusText ? ' | ' : ''} + Reliability Bonus: + {' $'} + {props.challenge.reliabilityBonus.toFixed(0)} + > + )} + {props.displayWinners.length > 0 && ( + <> + {(checkpointBonusText || props.challenge.reliabilityBonus) ? ' | ' : ''} + Winners announced: + {' '} + {props.displayWinners.length} + > + )} +
+ )} + + + + {props.showDeadlineDetail &&Check forums for general feedback
+ + + ++ In accordance with the Terms & Conditions and Code of Conduct, you agree to keep private + any downloaded data and delete it after challenge completion. +
+ +
+
+ {props.children}
+
+ {props.tooltip &&
+ {reviewTypeTitle}
+ {reviewTypeDescription}Final Review:
+
+ User Sign-Off
+ Customer has final opportunity to sign-off on the delivered assets.Approval:
+
+ Make sure you review the scorecard before you start. + This will show you how your submission will be judged and scored. +
+ > + )} + > + Review Scorecard +A set of guidelines to help determine if code is acceptable or not.
+ > + )} + > + Useable Code Rules ++ Trouble formatting your submission or want to learn more? + {' '} + Read the FAQ. +
+ ++ All fonts, stock photos, and icons within your design must be declared when you submit. + DO NOT include any 3rd party files in your submission or source files. Read about the + {' '} + policy. +
+ ++ All submissions are screened for eligibility before the challenge holder picks winners. + Don't let your hard work go to waste. Learn more about how to + {' '} + pass screening. +
++ Questions? + {' '} + {!discussionLinks.length && props.forumLink && ( + + Ask in the Challenge Discussion Forums. + + )} +
+ )} + {discussionLinks.map(discussion => ( +You must include all source files with your submission.
++ {submissionLimit ? submissionLimitDisplay : {submissionLimitDisplay}} +
+Loading terms...
+ )} + {!showLoadingOnly && ( ++ Shortcuts to perform actions related to Topcoder platform without having to open a browser. +
+ > + )} + > + Topcoder Extension for VSCode ++ Please read the challenge specification carefully and watch the forums for any + questions or feedback concerning this challenge. It is important that you monitor + any updates provided by the client or Studio Admins in the forums. Please post any + questions you might have for the client in the forums. +
++ {allowStockArt + ? 'Stock photography is allowed in this challenge.' + : ( + 'Stock photography is not allowed in this challenge. ' + + 'All submitted elements must be designed solely by you.' + )} + {' '} + See this page for more details. +
++ Submissions are viewable to the client as they are entered into the challenge. + Winners are selected by the client and are chosen solely at the client's + discretion. +
++ For employees of Wipro Technologies, reward payouts and winner points are processed + through Wipro payroll/wallet rules after successful acceptance. +
++ {article.contentAuthor || 'Topcoder Thrive'} + {article.creationDate + ? ` • ${moment(article.creationDate) + .format('MMM DD, YYYY')}` + : ''} +
+