CSC/ECE 517 Fall 2017/E1785 OSS project Beige: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
===''ResponseModel''===
===''ResponseModel''===


=='''Solutions Implemented and Delivered'''==
=='''Automated Testing using RSPEC'''==
=='''Automated Testing using RSPEC'''==



Revision as of 01:03, 27 October 2017

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.

Files modified in Current Project

  • dominant files were modified for the project:
    • add a method in model response to get a timestamp from github to show the latest update time of the participants' submissions.
    • modifying corresponding part in the student_review_list.view to show the update information.

ResponseModel

Solutions Implemented and Delivered

Automated Testing using RSPEC

Testing from UI

References