CSC/ECE 517 Spring 2016 E1628 Visualization: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== Task Description ==
== Task Description ==
*When a review is shown, use different background colors for adjacent responses or adjacent reviews, instead of so much whitespace.
#When a review is shown, use different background colors for adjacent responses or adjacent reviews, instead of so much whitespace.
*In the “alternate view,”  
#In the “alternate view,”  
**Clicking on “Avg.” should sort the rows by average score, from highest to lowest.  Clicking again should change the sort order to from lowest to highest.  Clicking a 3rd time should change it back to highest to lowest, etc.
<ol style="list-style-type:lower-alpha;padding-left:20px">
**Clicking on some other button or icon should sort the columns in terms of total review scores.  Clicking once should bring the highest-scored review to the right; clicking again should bring the lowest-scored review to the left, etc.
<li>Clicking on “Avg.” should sort the rows by average score, from highest to lowest.  Clicking again should change the sort order to from lowest to highest.  Clicking a 3rd time should change it back to highest to lowest, etc.</li>
**Hovering over a box that has a text comment associated with it should show the comment in a “tool tip” format.
<li>Clicking on some other button or icon should sort the columns in terms of total review scores.  Clicking once should bring the highest-scored review to the right; clicking again should bring the lowest-scored review to the left, etc.</li>
**Hovering over a number in the “Question id” column should bring up a “tool tip” that shows the text of the criterion (question).
<li>Hovering over a box that has a text comment associated with it should show the comment in a “tool tip” format.</li>
**The “Question ID” label should be changed to “Criterion”.
<li>Hovering over a number in the “Question id” column should bring up a “tool tip” that shows the text of the criterion (question).
<li>The “Question ID” label should be changed to “Criterion”.</li>
</ol>


== Design ==
== Overview of approach ==
 
To achieve task 3 we intend to use tablesorter jQuery plugin.

Revision as of 17:38, 3 April 2016

Purpose

This project is intended to enhance the visualizations currently provided by Expertiza

Task Description

  1. When a review is shown, use different background colors for adjacent responses or adjacent reviews, instead of so much whitespace.
  2. In the “alternate view,”
  1. Clicking on “Avg.” should sort the rows by average score, from highest to lowest. Clicking again should change the sort order to from lowest to highest. Clicking a 3rd time should change it back to highest to lowest, etc.
  2. Clicking on some other button or icon should sort the columns in terms of total review scores. Clicking once should bring the highest-scored review to the right; clicking again should bring the lowest-scored review to the left, etc.
  3. Hovering over a box that has a text comment associated with it should show the comment in a “tool tip” format.
  4. Hovering over a number in the “Question id” column should bring up a “tool tip” that shows the text of the criterion (question).
  5. The “Question ID” label should be changed to “Criterion”.

Overview of approach

To achieve task 3 we intend to use tablesorter jQuery plugin.