CSC/ECE 517 Fall 2017/E1770 Refactor assignment participant.rb: Difference between revisions
Jump to navigation
Jump to search
(Created page with "created on Oct 19th, 2017.") |
No edit summary |
||
Line 1: | Line 1: | ||
E1770. [Test First Development] Refactor assignment_participant.rb | |||
This page provides a brief description of the Expertiza project. The project is aimed at refactoring the AssignmentParticipant model which is subclass of Participant model. This model is used to maintain the list of students/users participating in a given assignment. For any new or existing assignments, this model manages the entire list of users assigned to that particular assignment. It primarily includes method for scores calculations, assignment submission paths, reviews, etc. | |||
created on Oct 19th, 2017. | created on Oct 19th, 2017. |
Revision as of 13:03, 19 October 2017
E1770. [Test First Development] Refactor assignment_participant.rb
This page provides a brief description of the Expertiza project. The project is aimed at refactoring the AssignmentParticipant model which is subclass of Participant model. This model is used to maintain the list of students/users participating in a given assignment. For any new or existing assignments, this model manages the entire list of users assigned to that particular assignment. It primarily includes method for scores calculations, assignment submission paths, reviews, etc.
created on Oct 19th, 2017.