WYHNUS / ExchangeBuddy

Find your exchange buddies!
5 stars 0 forks source link

Improve user signup flow to capture larger audience #25

Closed WYHNUS closed 8 years ago

WYHNUS commented 8 years ago

Consider following four types of users:

  1. Want to exchange, but know nothing else
  2. Going to exchange, know exchange uni/year/sem info
  3. Already involved in the exchange currently
  4. Done exchange before.
kaiyisg commented 8 years ago

next iteration @WYHNUS ?

WYHNUS commented 8 years ago

Ok. Push back to next iteration

WYHNUS commented 8 years ago

Combined into three types:

  1. Want to exchange, but know nothing else
    • name
    • current uni
    • email
    • no grouping for now
  2. Going to / Already in exchange
    • name
    • current uni
    • exchange uni
    • exchange year
    • exchange semester
    • email
    • three groups (same uni / same uni, same exchange uni / same )
  3. Done exchange before.
    • same as 2
kaiyisg commented 8 years ago

for seniors / alumni should include "share something" in the signup flow so we can automatically capture information, and display it somehow in the future / wiki etc?

WYHNUS commented 8 years ago

@ZhangHanming need to provide backend API for two types of user creation / authentication:

  1. facebook signup / authentication (will send facebookToken)
  2. email and password signup / authentication (will send email and password)

fb signup use fb email account otherwise send verification email

WYHNUS commented 8 years ago

Done.