CSC/ECE 517 Fall 2022 - E2252. Refactor auth controller.rb & password retrieval controller.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Establish basic outline of page)
 
m (Added descriptions of each section to guide group members when contributing)
Line 1: Line 1:
Overview of Expertiza
== Overview of Expertiza ==
Description of Project
TODO: Add description of general expertiza system and how our controllers relate to the overall functionality.
Files Modified
== Description of Project ==
Testing
TODO: Describe the objectives of the project and what issues we were attempting to address.
== Files Modified ==
TODO: List all files that were modified and the changes made to them. Include what principle was violated/what the problem was and how the change fixed it.
== Testing ==
TODO: Show how the existing testing suite was passing before and after our refactoring - preserving functionality.

Revision as of 22:29, 24 October 2022

Overview of Expertiza

TODO: Add description of general expertiza system and how our controllers relate to the overall functionality.

Description of Project

TODO: Describe the objectives of the project and what issues we were attempting to address.

Files Modified

TODO: List all files that were modified and the changes made to them. Include what principle was violated/what the problem was and how the change fixed it.

Testing

TODO: Show how the existing testing suite was passing before and after our refactoring - preserving functionality.