CSC/ECE 517 Fall 2017/E1750 Refactor review mapping controller.rb: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Current Project == | == Current Project == | ||
* Complete pending tests in review_mapping_controller_spec.rb, and write integration tests for newly-created methods. | |||
* Refactor response_report method | |||
* Use find_by instead of dynamic method | |||
* Use sort_by(&:name) instead of sort { |a, b| a.name <=> b.name } | |||
== List of Changes == | == List of Changes == |
Revision as of 18:39, 27 October 2017
About Expertiza
Current Project
- Complete pending tests in review_mapping_controller_spec.rb, and write integration tests for newly-created methods.
- Refactor response_report method
- Use find_by instead of dynamic method
- Use sort_by(&:name) instead of sort { |a, b| a.name <=> b.name }