CSC/ECE 517 Fall 2017/E1785 OSS project Beige

From Expertiza_Wiki
Jump to navigation Jump to search

E1785.UI features related to revision time

This page provides a description of the Expertiza based OSS project.

About Expertiza

Expertiza is an open source project based on Ruby on Rails framework. Expertiza allows the instructor to create new assignments and customize new or existing assignments. It also allows the instructor to create a list of topics the students can sign up for. Students can form teams in Expertiza to work on various projects and assignments. Students can also peer review other students' submissions. Expertiza supports submission across various document types, including the URLs and wiki pages.

Problem Statement

  • The following problems need to be handled in this project:
    • The reviewer need to know which submission is the latest one so they could choose the right one to review in the next round.
    • The delay of the comfirm email to the reviewer about their submissions' revision.

Current Implementation

New Implementation

Code improvements

Automated Testing using RSPEC

Testing from UI

References