E1917 Fix Code Climate Issues: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "== '''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...")
 
Line 12: Line 12:
== '''Problem Statement''' ==
== '''Problem Statement''' ==


The task is to fix certain complains detected by Code Climate
The task is to fix code climate issues in controllers with the name begin with P to Z.
 
 


== '''Implementation''' ==
== '''Implementation''' ==

Revision as of 20:15, 23 March 2019

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[1].

Code Climate Introduction

1. What is code climate issues


Problem Statement

The task is to fix code climate issues in controllers with the name begin with P to Z.

Implementation

Testing

Reference

[[1]]'