E1837 refactor review mapping controller: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Initial page creation)
(No difference)

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

Some of the more concrete goals included: - remove unused controller methods - remove SQL statements from the controller into models/helpers where applicable