CSC/ECE 517 Fall 2021 - E2128. Refactor student quizzes controller.rb & late policies controller.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This wiki page is for the description of changes made under E2128 OSS assignment for Fall 2021, CSC/ECE 517.
This wiki page is for the description of changes made under E2128 OSS assignment for Fall 2021, CSC/ECE 517.
__TOC__
__TOC__
==Introduction==
==Introduction==
Expertiza is a web application developed using Ruby on Rails that serves as a peer-review system. The application allows students to submit and peer-review learning objects (articles, code, websites, etc)[https://github.com/expertiza/expertiza Expertiza on GitHub] [http://wikis.lib.ncsu.edu/index.php/Expertiza Expertiza Wiki Page]. It is an open-source project and its codebase is maintained on GitHub. We are contributing to Expertiza as a part of our Object-Oriented Design and Development's Open-Source Software (OSS) Project. Our goal in this project is to refactor the <b>StudentQuiz controller</b> and <b>LatePolicies Controller</b>. In this Wiki Page, we would be explaining the changes that we have made for the same.
Expertiza is a web application developed using Ruby on Rails that serves as a peer-review system. The application allows students to submit and peer-review learning objects (articles, code, websites, etc)[https://github.com/expertiza/expertiza Expertiza on GitHub] [http://wikis.lib.ncsu.edu/index.php/Expertiza Expertiza Wiki Page]. It is an open-source project and its codebase is maintained on GitHub. We are contributing to Expertiza as a part of our Object-Oriented Design and Development's Open-Source Software (OSS) Project. Our goal in this project is to refactor the <b>StudentQuiz controller</b> and <b>LatePolicies Controller</b>. In this Wiki Page, we would be explaining the changes that we have made for the same.

Revision as of 21:23, 13 October 2021

This wiki page is for the description of changes made under E2128 OSS assignment for Fall 2021, CSC/ECE 517.

Introduction

Expertiza is a web application developed using Ruby on Rails that serves as a peer-review system. The application allows students to submit and peer-review learning objects (articles, code, websites, etc)Expertiza on GitHub Expertiza Wiki Page. It is an open-source project and its codebase is maintained on GitHub. We are contributing to Expertiza as a part of our Object-Oriented Design and Development's Open-Source Software (OSS) Project. Our goal in this project is to refactor the StudentQuiz controller and LatePolicies Controller. In this Wiki Page, we would be explaining the changes that we have made for the same.