u4819210 / social-networks-for-fun

Automatically exported from code.google.com/p/social-networks-for-fun
0 stars 0 forks source link

Signup screen fields definition #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
username, password, loginname, and email are required field, zipcode is 
optional.

I discussed this with Fei, since user may sign up on their walk, so we should 
collect as least as we can. Username is user's full name, maybe we should 
change to "First&Last Name". Login name is the name to login. Yes, email can be 
used to login, that has worked in Login screen, but we should allow login with 
both LoginName and email. Since we encourage user to immediately get our 
service and game, so we leave email confirmation to later, 1 or 2 days later.

Let's change SignUp fields to following (* is mandatory fields):

First&Last Name *
Username *
Password *
Email *
Zip Code(Optional)
Gendar(Optional) 
Birthdate(Optional)

Original issue reported on code.google.com by jt.xion...@gmail.com on 9 Aug 2010 at 5:52

GoogleCodeExporter commented 8 years ago
Per our email discussion, let's just use Email as the "loginname" to sign up. 

The reason is that the user defined loginname might already existed. If we ask 
user to define their loginname, then we'll have to check it realtime, anf if it 
already existed, user has to re-define a new one. This process could be tedious 
and is not a good user experience when you have to change more than once.

So it will be:

Email *
Password *
First&Last Name *
Zip Code(Optional)
Gendar(Optional) 
Birthdate(Optional)

Original comment by johnliu...@gmail.com on 9 Aug 2010 at 6:23