appirio-tech / accounts-app

accounts.topcoder.com
2 stars 25 forks source link

login/signup ui update #194

Closed suppermancool closed 6 years ago

suppermancool commented 6 years ago
  1. when entering the pin, user is redirected to connect, without showing the select solution screen. user is redirected to connect root page, not the /new-project route (I see the redirect is implemented correctly in the select solution screen, but the user is redirected before that screen is shown)
  2. when entering a wrong pin, spinner is shown and user can't enter new pin
  3. user info should move to the right https://www.screencast.com/t/YLe3r9oN
  4. Let's remove the project outline section in step 3
  5. Implement the right sidebar in step 3 - the info will differ for each project type (App, Website, etc) and will come from the api - api call to /metadata endpoint has response.projectTypes field (used for rendering step2) and we'll add imageUrl, subtitle, description, brochureURL to each project type