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

From Expertiza_Wiki
Jump to navigation Jump to search
Line 46: Line 46:
==Future work ==
==Future work ==
== External Links ==
== External Links ==
1.[http://jqueryui.com/datepicker/ | Datepicker]
1.[http://jqueryui.com/datepicker/|Datepicker]
2.[http://trentrichardson.com/examples/timepicker/ | Timepicker]
2.[http://trentrichardson.com/examples/timepicker/|Timepicker]
3.[http://guides.rubyonrails.org/layouts_and_rendering.html | Layouts and Rendering in Rails]
3.[http://guides.rubyonrails.org/layouts_and_rendering.html|Layouts and Rendering in Rails]

Revision as of 14:40, 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

Initial Design

Design Considerations

Modified Design

Teammate Review Rubric

Initial Design

Design Considerations

Modified Design

Refactoring

Initial Design

Design Considerations

Modified Design

Timezone Issue

Initial Design

Design Considerations

Modified Design

Testing

Future work

External Links

1.[1] 2.[2] 3.and Rendering in Rails