CSC/ECE 517 Fall 2018 - E1825: Add past-due assignments to task list

From Expertiza_Wiki
Revision as of 22:13, 31 October 2018 by Rdange (talk | contribs)
Jump to navigation Jump to search

About Expertiza

Expertiza is a web application where students can submit and peer-review learning objects (articles, code, web sites, etc). It is used in select courses at NC State and by professors at several other colleges and universities. -- Expertiza project

Overview:-

The E1825 project is a course project for CSC 517 - Object Oriented Development and Design. It involves adding some enhancements to the existing system. The primary goal of this project is to differentiate past due assignments from current assignments. The tasks to be completed are as follows:-

  • Add past due assignments to the student’s task list (on Student View)
  • Highlight the tasks with specific colors according to their due dates (on Student View)
  • Write the required tests before implementing/refactoring the methods in the above mentioned classes.