Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

feat(patient): add paging and sorting functionality #2026

Merged
merged 65 commits into from
Jun 8, 2020

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    dff2b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4109a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b6c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    d302f89 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7cf0f41 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    025a4b8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. feat(viewpatients): refactor code as recommended

    Change Page interface, Fix failing tests
    
    fix HospitalRun#1969
    akshay-ap committed May 1, 2020
    Configuration menu
    Copy the full SHA
    5308f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8727f38 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 2, 2020
    Configuration menu
    Copy the full SHA
    7a2f820 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 2, 2020
    Configuration menu
    Copy the full SHA
    6b90ee1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 2, 2020
    Configuration menu
    Copy the full SHA
    0e26ac5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 2, 2020
    Configuration menu
    Copy the full SHA
    629c58b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. feat(viewpatients): add a new field 'index', paging in next direction

    New 'index' field is a combination of 'fullName' and 'code' so that uniqueness is guaranteed and
    paging logic can relay on this field. A new field in PageRequest to store a reference field for
    getting next page.
    
    feat HospitalRun#1969, feat HospitalRun#1967
    akshay-ap committed May 3, 2020
    Configuration menu
    Copy the full SHA
    d1c55e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810f49c View commit details
    Browse the repository at this point in the history
  3. test: fix failing tests

    Fix failing tests after adding 'index' field and changes in PageRequest
    
    feat HospitalRun#1969
    akshay-ap committed May 3, 2020
    Configuration menu
    Copy the full SHA
    220ad9c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 3, 2020
    Configuration menu
    Copy the full SHA
    c62b13d View commit details
    Browse the repository at this point in the history
  5. feat(viewpatients): enables to navigation to previous page

    Add a field in PageRequest to store refrence that will enable getting previous page.
    
    feat HospitalRun#1969
    akshay-ap committed May 3, 2020
    Configuration menu
    Copy the full SHA
    52a59d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2608f5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 3, 2020
    Configuration menu
    Copy the full SHA
    e95e04a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 3, 2020
    Configuration menu
    Copy the full SHA
    6cdf785 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    923560f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 5, 2020
    Configuration menu
    Copy the full SHA
    c91088f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 5, 2020
    Configuration menu
    Copy the full SHA
    66e23d1 View commit details
    Browse the repository at this point in the history
  4. feat(viewpatients): add paging for search patients

    Add paging for search patients
    
    feat HospitalRun#1969
    akshay-ap committed May 5, 2020
    Configuration menu
    Copy the full SHA
    b96680f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be439d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c453f01 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 6, 2020
    Configuration menu
    Copy the full SHA
    acc9023 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 6, 2020
    Configuration menu
    Copy the full SHA
    ef09ba7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. test(patientrepository.test.ts): add test cases for paging

    Add test suit for searchPaged and findAllPaged for PatientRepository
    
    feat-HospitalRun#1969
    akshay-ap committed May 10, 2020
    Configuration menu
    Copy the full SHA
    d7defb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    570947f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. refactor(patientrepository): changes for findAllPaged

    'direction' field is now optional. 'nextPageInfo' and 'previousPageInfo' in Page can be undefined.
    Add tests.
    
    feat HospitalRun#1969
    akshay-ap committed May 12, 2020
    Configuration menu
    Copy the full SHA
    71ac1ca View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. feat(pagecomponent): user can change page size

    Add option to change the page size.
    
    feat HospitalRun#1969
    akshay-ap committed May 14, 2020
    Configuration menu
    Copy the full SHA
    7411ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efba900 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 16, 2020
    Configuration menu
    Copy the full SHA
    10c426d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 16, 2020
    Configuration menu
    Copy the full SHA
    05cf4d4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    62c2c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7797677 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 19, 2020
    Configuration menu
    Copy the full SHA
    bff3ddd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 19, 2020
    Configuration menu
    Copy the full SHA
    70c3481 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 19, 2020
    Configuration menu
    Copy the full SHA
    948c95c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 20, 2020
    Configuration menu
    Copy the full SHA
    b285303 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 20, 2020
    Configuration menu
    Copy the full SHA
    edd1f6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671ad02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c37b7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    f5e0f07 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    630fcaf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    cf0fbfd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    82b671d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    f11bb49 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    3c0b3d9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    09173f9 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 23, 2020
    Configuration menu
    Copy the full SHA
    47f693c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 24, 2020
    Configuration menu
    Copy the full SHA
    7cd9d20 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 26, 2020
    Configuration menu
    Copy the full SHA
    76759ad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 26, 2020
    Configuration menu
    Copy the full SHA
    f9f70e7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 28, 2020
    Configuration menu
    Copy the full SHA
    fb63b64 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored May 30, 2020
    Configuration menu
    Copy the full SHA
    d69a641 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    6d15f9f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0677b2a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    19b1e70 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2dcc5a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e291484 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    5eef660 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    10f5c77 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat-HospitalRun#1969

    HospitalRun Bot authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    abcf92c View commit details
    Browse the repository at this point in the history