...
Images - DJ Interface | Description |
---|---|
| For the home page, we opted for a simple look. Since login was not part of the previous design process, Heuristic Evaluation:
|
| There are basically four main sections here. The upper left shows the previous song. During user testing we |
...
Heuristic Evaluation
...
- Removed album title from previous winner (Recognition Over Recall)
- Added DJ feedback graph to show user input (System and Real World)
- Changed "Search" to "Search by song name" (Consistency and Standards)
User Test
- Made bars show up on DJ feedback when vote count was 0 |
When we initially tested this page, we didn't get a lot of useful information. After the user testing, however,
the djs we tested on said that they would like this pane to be able to slide away. If we were to continue further,
we would simply replace the begin voting pane with this and allow the user to cycle between these two views.
...
Heuristic Evaluation
...
- Increased space between the top section and the voting pane (Flexibility and Minimal Design) |
This is the same screen as before but now we are looking at the search menu as well. For the search bar, we
got feedback that the user would like to click on the entire row. This was actually an implementation detail as
the autocomplete library would fire it's handler before our custom tags. To get around this, we simple disabled
the default handler.
...
Heuristic Evaluation
...
- Grayed out the "Begin Voting" button (Error Prevention)
- Added "BPM" on the table (Skills)
...
User Test
...
- Added play button on the table |
Everybody pretty much liked our charts. Just changed the text to match the rest of the dj interface.
...
Heuristic Evaluation
...
- Made text of the pie chart labels larger and bolder (Visibility, Consistency & Standards) |
...
During the user test, we got feedback that we should also visualize the voting information here. Currently, we
display data about the songs that were played but not about the user votes that we processed.Heuristic Evaluation
- Added certain genre related information tabs to the graph charts that adapt to the DJ's interests (Skills) |
Images - Listener Interface | Description |
---|---|
| When a user initially opens the application, they see this default home |
| After submitting a valid "DJ code," information begins to populate the |
| In this screen, the user sees the list of songs that have been played. |
| This is the voting screen. When the DJ selects songs for the listeners |
...