CSC/ECE 517 Fall 2013/oss vna: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 37: Line 37:
====Modified Design====
====Modified Design====
Now, the Teammate Review rubric shows up under the Rubrics tab, only if “Has Teams?” is selected and “Maximum number of members per team”  is greater than 0 in General Tab.
Now, the Teammate Review rubric shows up under the Rubrics tab, only if “Has Teams?” is selected and “Maximum number of members per team”  is greater than 0 in General Tab.
<br>
One can follow the below mentioned steps to view the functionality
One can follow the below mentioned steps to view the functionality
1. Go to Manage-> Assignments
1.Go to Manage-> Assignments
2. Click on “edit assignment” image for any of the assignments
2.Click on “edit assignment” image for any of the assignments
3. Click on “General” tab
3.Click on “General” tab
4. Check “Has teams?” and give “Maximum number of members per team” greater than 0.
4.Check “Has teams?” and give “Maximum number of members per team” greater than 0.
5. Save assignment
5.Save assignment
6. Go to “Rubrics” tab. Check if “Teammate Review:” is present.
6.Go to “Rubrics” tab. Check if “Teammate Review:” is present.
7. Repeat the same process with “Has Teams?” unchecked and “Maximum number of members” equal to 0. This will not display “Teammate Review:” in Rubrics tab.
7.Repeat the same process with “Has Teams?” unchecked and “Maximum number of members” equal to 0. This will not display “Teammate Review:” in Rubrics tab.
 
----


[[File:teams.png]]
[[File:teams.png]]
----


[[File:rubric.png]]
[[File:rubric.png]]

Revision as of 15:05, 29 October 2013

Introduction

Project Requirements

1. Topics tab is non-functional, but should do what the popup menu item “Add/edit signup sheet” does.
2. Rubrics tab should show “Teammate Review:” option if “Has Teams?” is selected and “Maximum number of members per team” is greater than 0 in General Tab.
3. The code should retrieve timezonepref of current user in Due dates tab. Also, time/date picker asks a user to specify the hours, minutes, and seconds of a due date.

3.1 Use a time/date picker that doesn’t show seconds.
3.2 Minutes should be in the step size 5.

4. Refactoring :

4.1 Renaming set_up method
4.2 Refactoring copy method
4.3 Renaming “Maximum number of review per submission".

5. Tests for all the functionality mentioned above

Implementation

This section gives brief details of all the implementations done for project E801.

Topics Tab

The requirement of this implementation was to make topics tab functional. This tab is mainly responsible to display a page where user can create a topic for a assignment and can see already created topics for that assignment. To test it in the implemented project, we need to follow below mentioned steps :

   1.	Go to Manage-> Assignments
   2.	Click on “edit assignment” image for any of the assignments
   3.	Go to “Topics” tab. You will be able to create a new topic

Initial Design

Ideally, when we click on topics tab, it should display what the popup menu item “Add/edit signup sheet” does.

    Go to Manage->Assignments
    For a assignment, click on edit signup sheet

However, in main expertiza project, topics tab was non-functional as shown below:

Design Considerations

Modified Design

Teammate Review Rubric

Initial Design

While editing or creating an assignment the Teammate Review rubric shows up irrespective of whether the assignment is a team assignment or not. It should ideally only show up if the assignment under consideration has teams.

Modified Design

Now, the Teammate Review rubric shows up under the Rubrics tab, only if “Has Teams?” is selected and “Maximum number of members per team” is greater than 0 in General Tab.
One can follow the below mentioned steps to view the functionality

1.Go to Manage-> Assignments
2.Click on “edit assignment” image for any of the assignments
3.Click on “General” tab
4.Check “Has teams?” and give “Maximum number of members per team” greater than 0.
5.Save assignment
6.Go to “Rubrics” tab. Check if “Teammate Review:” is present.
7.Repeat the same process with “Has Teams?” unchecked and “Maximum number of members” equal to 0. This will not display “Teammate Review:” in Rubrics tab.

Refactoring

Initial Design

Design Considerations

Modified Design

Timezone Issue

Initial Design

Design Considerations

Modified Design

Testing

Future work

External Links

  1. Expertiza
  2. E801_Expertiza
  3. Demo
  4. Datepicker
  5. Timepicker
  6. Layouts and Rendering in Rails