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

feat(journal): show aggregate header for date + record #1542

Conversation

jniles
Copy link
Contributor

@jniles jniles commented Apr 21, 2017

This commit implements the date and record aggregates in the Posting Journal. I have used MIN for
the aggregation, though MAX would work as well. Ultimately, no choice would make sense if the
column contains non-uniform information. These columns are expected to have uniform values.

Partially addresses #1541.


Thank you for contributing!

Before submitting this pull request, please verify that you have:

  • Run your code through ESLint. Check out our styleguide.
  • Run integration tests.
  • Run end-to-end tests.
  • Accurately described the changes your are making in this pull request.

For a more detailed checklist, see the official review checklist that this PR will be evaluated against.

Ensuring that the above checkboxes are completed will help speed the review process and help build a stronger application. Thanks!

This commit implements the date and record aggregates in the Posting Journal.  I have used MIN for
the aggregation, though MAX would work as well.  Ultimately, no choice would make sense if the
column contains non-uniform information.  These columns are expected to have uniform values.
Copy link
Contributor

@mbayopanda mbayopanda left a comment

Choose a reason for hiding this comment

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

LGTM

@jniles jniles merged commit 033d9cd into IMA-WorldHealth:master Apr 27, 2017
@jniles jniles deleted the refactor-journal-aggregates-for-better-ux branch April 27, 2017 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants