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
m (Added descriptions of each section to guide group members when contributing)
(Added Github links)
Line 7: Line 7:
== Testing ==
== Testing ==
TODO: Show how the existing testing suite was passing before and after our refactoring - preserving functionality.
TODO: Show how the existing testing suite was passing before and after our refactoring - preserving functionality.
== Relevant Links ==
* '''Github Repository:''' https://github.com/greyfiles/expertiza
* '''Pull Request:''' https://github.com/expertiza/expertiza/pull/2460

Revision as of 22:38, 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.

Relevant Links