E2358. Refactor student quizzes controller.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:


==Team==
==Team==
Rain Bayraktar <ybbayrak@ncsu.edu>
Rain Bayraktar <ybbayrak@ncsu.edu><br>
Steve Easton <sleaston@ncsu.edu>
Steve Easton <sleaston@ncsu.edu><br>
Scott Hardin <shardin2@ncsu.edu>
Scott Hardin <shardin2@ncsu.edu><br>


==Pull Request==
==Pull Request==
Changes for this project are under Expertiza Pull Request https://github.com/expertiza/expertiza/pull/2656
Changes for this project are under Expertiza Pull Request https://github.com/expertiza/expertiza/pull/2656

Revision as of 20:23, 28 October 2023

Introduction

The User model is a crucial component of the Expertiza application, managing user data and authentication/authorization. It has 9 class methods, 23 instance methods, and is linked with other models for personalized user experience. The user controller is smaller but could benefit from refactoring and improved comments.

New Files

  1. spec/controllers/student_quizzes_controller_spec.rb

File Changes

  1. app/controllers/student_quizzes_controller.rb


Test Plan

There were not any tests for this controller.

Modifications made

Team

Rain Bayraktar <ybbayrak@ncsu.edu>
Steve Easton <sleaston@ncsu.edu>
Scott Hardin <shardin2@ncsu.edu>

Pull Request

Changes for this project are under Expertiza Pull Request https://github.com/expertiza/expertiza/pull/2656