E1837 refactor review mapping controller

From Expertiza_Wiki
Revision as of 15:15, 26 October 2018 by Dwgoslen2 (talk | contribs) (Initial page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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