Versions Compared

Key

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

...

The artist can arrive at this interface through the direct link that is provided from the end of the upload interface. The comments and an average rating appear on the artist’s panel, which is designed to be a static-version of the reviewer interface, without the capability to add comments.

Filters

We allow the artist to filter the comments on his/her art using toggle buttons, as seen on the right. While our original design used tabs to allow users to filter the comments by group, we received feedback during our paper prototypes that the tabbed interface was

confusing and inconsistent with the toggle buttons that we used for the tags. Users in subsequent stages of testing felt that the filters were easy to understand and use.

Implementation

Front End

Our interface was implemented in Javascript and HTML. We used the Bootstrap Javascript library for layout and styling, and JQuery for ease of implementation. Drag-and-drop features (i.e. reviewer group set-up and pin manipulation) were implemented using the JQuery UI library.

...