E2358. Refactor student quizzes controller.rb: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Place work here") |
No edit summary |
||
Line 1: | Line 1: | ||
== Introduction == | |||
<nowiki>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.</nowiki> | |||
==New Files== | |||
#spec/controllers/student_quizzes_controller_spec.rb | |||
==File Changes== | |||
#app/controllers/student_quizzes_controller.rb | |||
== Test Plan== | |||
<nowiki>There were not any tests for this controller.</nowiki> | |||
==Modifications made== | |||
==Team== | |||
Rain Bayraktar <ybbayrak@ncsu.edu> | |||
Steve Easton <sleaston@ncsu.edu> | |||
Scott Hardin <shardin2@ncsu.edu> |
Revision as of 20:17, 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
- spec/controllers/student_quizzes_controller_spec.rb
File Changes
- 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>