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: 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. The "Upload a dress" picture on the Sell page changes the cursor to a hand, indicating that it can be clicked on, but it actually does nothing.
    • Cosmetic: we should remove this functionality entirely, as it's misleading.
  4. The "Upload a dress" picture is unresponsive even after the user has input a legal URL into the "your dress's photo link here" box, making users wonder if their link would be accepted successfully.
    • Minor: we can add functionality to the picture so that it changes to reflect the user's typed URL, hopefully displaying an image of the dress.
  5. 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: 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.
  6. One user found the Sell Dress form generally confusing to fill out, as she did not know where to start.
    • Minor: perhaps we should change the form to a single column, so that users can fill it out in order.
  7. 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: we may want to allow users to select color ranges instead of individual colors, or change the filters entirely.
  8. Users were unable to click on dresses on other users' profile pages, even though they might want to peruse other dresses sold by that user.
    • Major: we should be able to link to the clicked-on dress in the Buy page upon clicking on it in a user's profile.
  9. The page numbers on the Buy and Saved pages, for allowing a user to go through the whole list of displayed dresses, are too low to see. This is a visibility issue.
    • Major: users who don't see the page numbers won't realize there are more dresses past the first four, and will be unable to use the site fully. We should move them to above the dresses.
  10. The "no picture exists for this dress" placeholder image shows up even if no dress data is present, confusing users.
    • Minor: this is mostly a bug and can be fixed by checking for dress data.
  11. One user felt that the provided color, style, and size options were too generic and did not allow her to search dresses based on specific occasions (cocktail party, dance), brand names, or materials.
    • Catastrophic: if our provided search filters don't suit the needs of users of our site, they won't come back. We should expand our dress representations to include those options, and our filters to match.
  12. Users were also somewhat slow to learn the menu's use of "Sell Dress", "Buy Dress", and "Saved Dresses", as they were too similar to each other.
    • Major: since the menu is the primary method of accessing the site's different pages, it ought to be quick to learn. We could change it to "Sell Dress", "Browse Gallery", and "Wishlist" instead.
  13.