Introduction

edit

This project is part of an educational web application called Expertiza. Expertiza is an open source project managed by the faculty and students of NCSU.

Expertiza offers a platform for assignments and allows learning through peer reviews.

Description of project:

edit

The project involves refactoring of "join_team_requests_controller.rb" and "invitations_controller.rb". The complexity of the methods is reduced and redundant code is removed. Comments are added to make the controllers easier to understand.

Invitations controller handles the functions required to send invitations out to potential teammates for a project.

JoinTeamRequests controller deals with the actions to be performed after a student comes across an advertisement to join a project team.