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

(Feature) Patient Check In #477

Merged
merged 6 commits into from
Jun 10, 2016
Merged

Commits on Jun 8, 2016

  1. Patient check in client UI; implement ui-view POC

    This commit introduces the patient check in ui elements and controller. It
    also demonstrates the basic pattern for using a named nest ui-view within
    a template. This can be contrasted with units as components.
    sfount committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4f4f7bf View commit details
    Browse the repository at this point in the history
  2. Patient Check In server API + tests

    This commit introduces the server structure for patient check ins,
    allowing a request for all patient visits. It also introduces the initial
    files and methods for testing the API.
    sfount committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    f3a597d View commit details
    Browse the repository at this point in the history
  3. Checkin server API method/ end point

    This commmit introduces the end point to write to the patient_visit table
    along with integration tests.
    sfount committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    243d3f4 View commit details
    Browse the repository at this point in the history
  4. Client visits request component; limit visit query

    * Introduced client side check in service as a child of the
      `PatientService`
    * ?limit querystring for /patients/:uuid/visits to limit the number of
      responses
    sfount committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    dac15a6 View commit details
    Browse the repository at this point in the history
  5. Display recent check ins - client module

    This commit adds business logic that determines if the patient has
    recently bene checked in and ensures the view displays the correct
    warnings.
    sfount committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4edac07 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Client check in + view update functionality

    * End to end tests for checkin functionality
    * Complete check in request client side
    * Update view with latest check ins
    * Reduce space between list elements on patient overview
    * Remove references to previous patient visit implementations
    sfount committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    024f04c View commit details
    Browse the repository at this point in the history