codeforamerica / bizfriendly-web

An experiment in digital literacy lessons. The experiment is now over.
http://bizfriend.ly
22 stars 67 forks source link

Improving User Experience #224

Open trihan51 opened 9 years ago

trihan51 commented 9 years ago

All the site interactions with BizFriend.ly were done in a virtual machine running ubuntu-14.04.2-desktop-amd64 iso.

  1. On the signin.html page, sign in does not work when the user presses carriage return key.
  2. On the signin.html page, when users enter an incorrect password, there is no response from the site indicating this.
  3. From the signup.html page, when users successfully create a new account, it would be nice if users are redirected to index.html.
  4. On the signup.html page, it would be helpful to have two password fields that need to match up, just in case the user mistypes their password.
  5. On connect.html, it would be helpful to have a user search bar. Currently, there is no way to search for and connect with others. At the moment, connect.html feels a bit more like an activity feed, rather than a connection page.