CSC/ECE 517 Fall 2016/E1658. Refractor lottery controller.rb and write integration tests

From Expertiza_Wiki
Revision as of 03:42, 28 October 2016 by Radoshi (talk | contribs)
Jump to navigation Jump to search

Expertiza Background

Expertiza is an educational web application created and maintained by the joint efforts of the students and the faculty at NCSU. It’s an open source project developed on Ruby on Rails platform and it’s code is available on Github. It allows students to review each other’s work and improve their work upon this feedback.

Description of Current Project

The following is an Expertiza based OSS project which deals primarily with the Lottery_Controller.rb file. It focusses on refactoring some of the more complex methods, modifying some of the language to make it more Ruby friendly, removing some redundant code. The goal of this project is to attempt to make this part of the application easier to read and maintain. The Lottery_controller contains all of the logic for running the lottery.