Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1.  The response message for a user signing up mentioned that an error had occurred, whether or not the sign-up was successful. While we had implemented checking for duplicate usernames, as well as successful confirmation of signing up, a bug seems to have broken this behavior. (major,
    • Major: but fixable if bug is caught
    )
    • .
  2. The lack of "submit form on enter" behavior, for the Login form on the index page, lowered users' speed of access for the site because they were forced to use the mouse to navigate to the Login button.
    • Minor: add enter-key detection to the password input.
  3. One user found the "you will receive __ points_"_ blurb on the Sell Dress page to be confusingly worded, as it didn't indicate clearly how many points would be awarded her, and when. (major;
    • Major: we definitely want to either word the description better or write a separate help page for the site. Or we might include a numerical label next to the "Sell Dress for __ points" input, which shows how many points the user would get and changes when the value the user sets is changed.
    )
  4. One user found the Sell Dress form generally confusing to fill out, as she did not know where to start. (minor;
    • Minor: perhaps we should change the form to a single column, so that users can fill it out in order
    )
    • .
  5. Users found the large number of checkboxes in the 'Color' drop-down filters tedious to click through; although one found the "None" option and used it to uncheck all selections, she didn't seem to realize she could use it while searching for dresses of a certain color, and manually unchecked every color except that one.
    • Major:
  6.