jorgefsb / WTA

Frontend for the WTA project
0 stars 0 forks source link

User Registration Modal #18

Closed dprats closed 11 years ago

dprats commented 11 years ago

WTA.com needs a registration system for users.

Please refer to this link:

http://unmatchedstyle.com/news/sign-up-form-design-best-practices-design-review.php

Most specifically, the photoworks example. Id like to have a modal which asks users for the following bits of information:

a) name (first and last name forms) b) email c) password

THATS IT!

dprats commented 11 years ago

The Registration Modal should have three states

a) Add info

this is where you add email/password (and confirm password)

click SUBMIT

b) If email/password are valid.

Lets NOT have an email to verify. We may add the email confirmation, but not for this version.

c) something went wrong

kaienkun commented 11 years ago

Hi @dprats :P We alredy have a Register modal as you can see here on slide number 2 and 3: https://www.yammer.com/wetheadorned/uploaded_files/7625749

Now, what we can do is let the register modal as the section is on the slide number 3 and work on those changes based on that preview.

dprats commented 11 years ago

Thank you. Quick changes:

  1. "sessions" is misspelled
  2. "first name" and "last name" should have a space
  3. we should have a warning telling people if they do not have enough characters in registering a password or if they input the wrong password (error handling).
  4. "tim@wetheadorned.com" is misspelled. small typo, but we should change it.
  5. lets make the box surrounding the modal more visible, currently the modal blends into the background.
  6. if someone clicks on FB or Google+, it should say "coming soon" as part of error handling 7.lets lower "sign in" so that it is on the same horizontal plane as "register"
  7. Lets brighten up register/login so that it was a a call to action.
  8. if we call it "sign in" lets change copy to "sign in with your WTA account" instead of "log in..."
  9. "forgot my password" should be a link and not be italicized
  10. if someone clicks "forgot my password" we need error handling to make sure they gave us an email which is actually registered. we should have the UI mocked up too.
SOFIAPGM commented 11 years ago

@kaienkun

SOFIAPGM commented 11 years ago

@kaienkun!!!