E1837 refactor review mapping controller: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Initial page creation)
 
No edit summary
Line 1: Line 1:
This work was to refactor the review_mapping_controller.rb file to be more maintainable and to separate concerns for higher-cohesion and lower coupling.
This work was to refactor the review_mapping_controller.rb file to be more maintainable and to separate concerns for higher-cohesion and lower coupling.


Some of the more concrete goals included:
 
- remove unused controller methods
== Goals ==
- remove SQL statements from the controller into models/helpers where applicable
:- remove unused controller methods
:- remove SQL statements from the controller into models/helpers where applicable
 
 
== New Helpers ==
 
 
== Removed Methods ==
 
 
== Refactored Methods ==

Revision as of 15:17, 26 October 2018

This work was to refactor the review_mapping_controller.rb file to be more maintainable and to separate concerns for higher-cohesion and lower coupling.


Goals

- remove unused controller methods
- remove SQL statements from the controller into models/helpers where applicable


New Helpers

Removed Methods

Refactored Methods