-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Follow up from #4194 (comment)
If we created a project type=PROJECT_TYPE_TALENT_AS_A_SERVICE we should show different text on the project creation page. See for example, how we already use different links in source code https://github.com/appirio-tech/connect-app/blob/feature/taas-jobs-2/src/projects/create/components/ProjectSubmitted.jsx#L11-L25.
For the TaaS Projects the texts should like these:
Header: "Congratulations"
Header Sub-Text: "Your talent request has been created"
Main Body Text: "Topcoder will be contacting you soon to discuss your talent needs."
Button 1:
Button Header Text: "View Talent Request"
Button Sub-Text: "Modify your request and track fulfillment"
Button 2:
Button Header Text: "All Projects"
Button Sub-Text: "View all of your projects"
This has to be done in branch feature/taas-jobs-2.