Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E1808 Refactor review_mapping_controller.rb #1146

Closed
wants to merge 43 commits into from

Conversation

XEllis
Copy link

@XEllis XEllis commented Mar 15, 2018

No description provided.

@coveralls
Copy link

coveralls commented Mar 15, 2018

Coverage Status

Coverage increased (+0.2%) to 44.192% when pulling 4e82a6b on XEllis:master into 1e46725 on expertiza:master.

@@ -358,71 +358,8 @@ def response_report
# to treat all assignments as team assignments
@type = params.key?(:report) ? params[:report][:type] : "ReviewResponseMap"
summary_ws_url = WEBSERVICE_CONFIG["summary_webservice_url"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can put this in the SummaryReport class, so you don't have to pass it as a parameter.

@ferryxo
Copy link
Contributor

ferryxo commented Jun 22, 2018

not ready to merge, causing a lot of bugs

@ferryxo ferryxo closed this Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants