CSC/ECE 517 Spring 2017 E1711: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "<font size="5"><b>E1529. Extend the Email notification feature to scheduled tasks </b></font>  =Overview=  THIS IS COPIED OVER OLD PAGE TO SERVE AS A TEMPLATE  ==Introduction to ...") | No edit summary | ||
| Line 1: | Line 1: | ||
| <font size="5"><b> | <font size="5"><b> E1711. Refactor delayed_mailer.rb and scheduled_task.rb</b></font> | ||
| =Overview= | =Overview= | ||
| Line 7: | Line 7: | ||
| ==Introduction to Expertiza== | ==Introduction to Expertiza== | ||
| [http://expertiza.ncsu.edu/ Expertiza] is a web  | [http://expertiza.ncsu.edu/ Expertiza] is a web based tool that allows instructors to create collaborative assignments where students can provide peer feedback on each others work.  It provides instructors a system to manage assignments and different courses. | ||
| == | ==Goal of project E1711== | ||
| The goal of E1711 was to refactor code found in the files delayed_mailer.rb and scheduled_task.rb.  scheduled_task.rb as added as a part of project Project E1529 (make this a link) | |||
| __TOC__ | __TOC__ | ||
Revision as of 02:10, 21 March 2017
E1711. Refactor delayed_mailer.rb and scheduled_task.rb
Overview
THIS IS COPIED OVER OLD PAGE TO SERVE AS A TEMPLATE
Introduction to Expertiza
Expertiza is a web based tool that allows instructors to create collaborative assignments where students can provide peer feedback on each others work. It provides instructors a system to manage assignments and different courses.
Goal of project E1711
The goal of E1711 was to refactor code found in the files delayed_mailer.rb and scheduled_task.rb. scheduled_task.rb as added as a part of project Project E1529 (make this a link)
Scope
Project Scope
E1451. Create Mailers for All Email Messages github wiki report (Merged in E1483)