- We did not get a perfect match to your requirements on the first pass,
- but we are confident they are out there. We'd like to dig a little
- deeper into our community to find someone who can fit your needs. This
- may take up to two weeks. Please continue to submit your request, and
- a Topcoder representative will reach out to you soon with next steps.
+ We did not find a perfect match to your requirements, but we'd like to
+ dig a little deeper into our community. We’ll start right away, and
+ this may take up to two weeks. You can modify your criteria, or
+ continue this search. If you choose to continue, we will reach out
+ soon with next steps.
{role.rates && role.name ? (
-
{role.name} Rate
+
Estimate for this role
{formatMoney(role.rates[0].global)}
/Week
) : (
-
Custom Rate
+
Estimate for this role
$1,200
/Week
@@ -83,7 +83,7 @@ function NoMatchingProfilesResultCard({ role }) {
disabled={!role.roleSearchRequestId || alreadyAdded}
type="primary"
>
- {alreadyAdded ? "Added" : "Add Custom Role"}
+ {alreadyAdded ? "Added" : "Continue this search"}
- We have qualified candidates who match {formatPercent(skillsMatch)}
- {skillsMatch < 1 ? " or more " : " "} of your job requirements.
+ You’re one step closer to hiring great talent. Please provide details
+ about how many people you need, how long you need them, and when you’d
+ like to start.
@@ -257,6 +258,7 @@ function ResultCard({
+
Matched Skills
{matchedSkills.length
? _.map(matchedSkills, (s) => (
diff --git a/src/routes/CreateNewTeam/components/ResultCard/styles.module.scss b/src/routes/CreateNewTeam/components/ResultCard/styles.module.scss
index 8a85931d..d4c0f6c0 100644
--- a/src/routes/CreateNewTeam/components/ResultCard/styles.module.scss
+++ b/src/routes/CreateNewTeam/components/ResultCard/styles.module.scss
@@ -37,6 +37,7 @@
p {
font-size: 14px;
+ width: 80%;
}
}
@@ -342,3 +343,13 @@
justify-content: space-between;
height: 100%;
}
+
+.skills-head {
+ @include font-barlow;
+ font-weight: 600;
+ font-size: 16px;
+ min-width: 124px;
+ text-transform: uppercase;
+ text-align: center;
+ margin-bottom: 8px;
+}
\ No newline at end of file
diff --git a/src/routes/CreateNewTeam/components/TeamDetailsModal/index.jsx b/src/routes/CreateNewTeam/components/TeamDetailsModal/index.jsx
index 2fd2b479..451b07a5 100644
--- a/src/routes/CreateNewTeam/components/TeamDetailsModal/index.jsx
+++ b/src/routes/CreateNewTeam/components/TeamDetailsModal/index.jsx
@@ -80,8 +80,8 @@ function TeamDetailsModal({ open, onClose, submitForm, addedRoles }) {
open={open}
onClose={onClose}
maxWidth="830px"
- title="Team Details"
- subtitle="Please provide a name for your Team. This could be the name of the project they will work on, the name of the team they are joining, or whatever else will make this talent request meaningful for you."
+ title="Customize Your Team"
+ subtitle="Give your new team a name. This could be the name of the project they will work on or the team they will be joining."
buttons={
- Input a Job Description for your opening and the Topcoder Platform
- will identify the skills required to perform the job duties and find
- the best matching freelancers for your job opening. After inputting
- the Job Description click on the "Search" button to see the skills
- identified.
+ Copy and paste in a job description, or enter it manually.
-
- Please select one or more essential skills you require your talent to
- have. Topcoder will match to profiles which contain most or all of these
- skills.
-