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

progress pr - Batch requests in task table #10382

Closed
wants to merge 53 commits into from

Conversation

youngfreezyVA
Copy link
Contributor

Resolves #8934

@codeclimate
Copy link

codeclimate bot commented Apr 10, 2019

Code Climate has analyzed commit 94b8d14f and detected 4 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 4

View more on Code Climate.

render(error.serialize_response)
end

def build_document_counts_hash
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@monfresh do you have any thoughts on how to get code climate to not complain about this having 7 statements?

render json: { most_recently_held_hearings_by_id: build_most_recently_held_hearings_hash }
end

def build_most_recently_held_hearings_hash
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@monfresh same here

Copy link
Contributor

Choose a reason for hiding this comment

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

I will take a look

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there's going to be alot of changes to this, so please hold off for now i'll reach back out when its ready if i'm still facing this issue, thank you!

@ghost ghost removed the In-Progress label Apr 12, 2019
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.

[Tech spec] How should we batch async calls from the frontend?
3 participants