appirio-tech / accounts-app

accounts.topcoder.com
2 stars 25 forks source link

finish left steps in registration/login flow #193

Closed suppermancool closed 6 years ago

suppermancool commented 6 years ago
  1. Save the new user info (Business Phone, Title, Company Name, and Company Size) - we’ll need call the new traits API to add the business information Postman here: https://www.getpostman.com/collections/9d74c856e4a79510af01 This has to be done after the registration calls because it uses the TC username
  2. Return back to connect when clicking the select your solution button. redirect to CONNECT_URL/new-project route
  3. In connect app remove unauthenticated project creation flow from routes, so that it now always requires users to login before creating project
  4. In connect-app update CreateContainer and its child components to include the new left and right panel in the project creation wizard
  5. In connect app add new step in the project wizard for showing the Project Submitted step of the new flow.