You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

GR3 - Paper Prototyping

Prototype photos

Briefing

PickFind is a web application that facilitates the process of finding enjoyable pickup basketball games to participate in. Currently, the process of finding pickup games is variable and uncertain. A player is typically uncertain of whether or not there will be a game to participate in when he or she shows up at the court. This can lead to discomfort and even discourage players from heading to the court at all. Players have trouble finding sufficient others to play with and they tend to prefer to play with people at their skill level and people whom they know.

PickFind was created to collate and organize all of the information regarding players and games so that like-minded players could come together to play pickup basketball. Active games are created with a series of game details specifying logistics. Players seeking games create public profiles on the site. And then search for games that appeal to them. In order to find the best fits, they can search through games based on criteria that are important to them.

We hope that PickFInd will help pickup basketball players to find more and better games to partake in -- thus improving the physical health of the universe.

Scenario Tasks

  1. Edit Profile: Update personal information for your profile page. Your profile page will contain information that identifies yourself to others. In the context of this site, your profile will provide the necessary information for other users to identify for the purpose of playing pickup basketball together.
    1. update your location
    2. update your skill level
    3. fill in contact information
  2. Create Game: Initiate a game by providing the necessary details. Use the game creation page to establish a landing point for all players interested in playing at the time, location, and skill level that you establish. Potential players will be able to view all of the game parameters you set to determine whether or not they would like to join. As they join, they will be added to the game page. Since you are the game creator you have admin power to edit the game parameters as needed.
    1. set a time
    2. set a location
    3. set a desired skill range
    4. set the desired number of players
  3. Find Game: Search for a game that best fits your criteria an decide whether or not to join. Use PickFind to filter all active games based on the specific details that are important to you. Choose a time that is convenient for your schedule. Choose a location that you would ordinarily frequent. Choose a skill level that would be within a competitive range for your abilities.
    1. choose a time
    2. choose a location
    3. choose a desired skill range
    4. look through results to find a game that fits your criteria
    5. join a game

Observations

First Iteration of User Testing

  1. User 1
    1. user wants to scroll the single column list of available games
    2. doesn't know which courts are available for playing basketball
    3. misses search functionality at the top of the page
    4. gender choice - should change from a selection box to a pair of radio buttons (either/or)
    5. user doesn't understand rank
    6. user has difficulty finding navigation for the main page
    7. user wonders how to close out of game details drop down
  2. User 2
    1. user would rather not specify an exact time. Instead, wants to select something such as "evening"
    2. user wants to select Z-Center (i.e. from a drop down menu)
    3. user wonders what to do if there is nothing to join on the day selected
    4. clicks on myprofile - finds relatively intuitive
    5. finds rank to be confusing
    6. doesn't want to give out personal information such as phone number, or even email address
    7. clicks on create game
    8. user wants a more general time range (ex. afternoon, or evening)
    9. confused about court number
  3. User 3
    1. user likes the layout of the start page
    2. wonders how to create a profile - register with the site
    3. would like to scroll through available games
    4. doesn't notice the button for viewing additional games (button adds more games using javascript to the end of the column list)
    5. user is engaged in filling out the profile information
    6. wonders how to set a profile picture - does it need to be a personal photo?
    7. estimates a ranking for himself, but is unsure of whether it is accurate
    8. creates game fairly easily - wants to know if it can be modified
    9. searches through games, and adds himself to two games on the same day

Second Iteration of User Testing

  1. User 1
    1.  
  2. User 2
  3. User 3

Prototype iteration

Several changes were made after the first iteration of testing:

  • Confusing fields in our Profile page and Create Game page were fixed.
    • The gender field was changed from text box to a pair of radio buttons.
    • A help ‘?’ was placed next to the “Rank” field. Clicking the “?” button would pop out a message explaining how a user should rank themselves and how the rank is used.
    • Added “*” to identify fields that must be filled out by a user
    • In each game, the "Details" button, was changed to "Roster" to more accurately represent what the button actually does: slides out a list of participants in the game. 
    • In the search filter, instead of searching for a game at a specific time, an option was added to allow the user to search for games within a time range.
  • Space Usage issues were addressed. We noticed that the user was focused on the right side of the screen for the majority of the tasks so the space along the left profile area was not effectively utilized. One major change in the paper prototype was to rearrange the layout so that more useful information would be displayed. This was accomplished by moving the main page information (ex. the list of all games on the Main page, the profile information on the Profile page, etc) to the left. A new section to the right would continuously display information about the user’s upcoming games as a news feed. Since this is the most important piece of information for users of PickFind, it seems fitting to have this information always visible. The profile information was moved to the top right corner. It is still continuously visible, but takes up less window space. The option to view/edit ones profile, can be selected from the drop down menu by clicking the arrow next to the username.
  • No labels