You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Topcoder will be contacting you soon to discuss your project proposal.
38
+
<br/>
39
+
<br/>
40
+
<span>
41
+
In the meantime, get a jump on the process by inviting your coworkers to your project and securely share any detailed requirements documents you have inside your project.
42
+
</span>
43
+
</div>
44
+
),
45
+
leftButton: {
46
+
header: 'All Projects',
47
+
subText: 'View all of your projects',
48
+
url: this.getProjectUrl(isTaas)
49
+
},
50
+
rightButton: {
51
+
header: 'Go to Project',
52
+
subText: 'Invite your team members and share requirements',
53
+
url: this.getProjectUrl(isTaas,projectId)
54
+
},
10
55
}
56
+
57
+
consttaas={
58
+
headerSubTitle: 'Your talent request has been created',
59
+
textBody: (
60
+
<divclassName="content">
61
+
Topcoder will be contacting you soon to discuss your talent needs.
62
+
</div>
63
+
),
64
+
leftButton: {
65
+
header: 'All Projects',
66
+
subText: 'View all of your projects',
67
+
url: this.getProjectUrl(false)// also showing link to Connect App Project List
68
+
},
69
+
rightButton: {
70
+
header: 'View Talent Request',
71
+
subText: 'Modify your request and track fulfillment',
72
+
url: this.getProjectUrl(isTaas,projectId)
73
+
},
74
+
}
75
+
76
+
returnisTaas? taas: project
11
77
}
12
78
13
79
render(){
80
+
81
+
const{
82
+
headerSubTitle,
83
+
textBody,
84
+
leftButton,
85
+
rightButton
86
+
}=this.getPageConfiguration()
87
+
14
88
return(
15
89
<divclassName="ProjectSubmitted flex column middle center tc-ui">
<divclassName="sub-title">Your project has been created</div>
19
-
<divclassName="content">
20
-
Topcoder will be contacting you soon to discuss your project proposal.
21
-
<br/>
22
-
<br/>
23
-
<span>
24
-
In the meantime, get a jump on the process by inviting your coworkers to your project and securely share any detailed requirements documents you have inside your project.
0 commit comments