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

feat(labs): ability to filter by status on labs screen #2033

Commits on Apr 28, 2020

  1. feat(labs): added search bar and search filter by status for labs

    Created a new slice for labs, from there are made queries referring to labs, including search
    functionalities. Fixed a very small bug on the sidebar, and also added english translation variables
    for the new components.
    
    fix HospitalRun#1971
    sotous committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    fd23688 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:HospitalRun/hospitalrun-frontend …

    …into feature/ability-to-filter-by-status-on-labs-screen
    sotous committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    ec324e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Merge branch 'master' of github.com:HospitalRun/hospitalrun-frontend …

    …into feature/ability-to-filter-by-status-on-labs-screen
    sotous committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    41b60c5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Merge branch 'master' of github.com:HospitalRun/hospitalrun-frontend …

    …into feature/ability-to-filter-by-status-on-labs-screen
    sotous committed May 1, 2020
    Configuration menu
    Copy the full SHA
    3060210 View commit details
    Browse the repository at this point in the history
  2. feat(labs): added tests to feature

    Modified the Repository, added a mapping function to add an index for each sort field required.
    Tests were failing due to the lack of index when sorting
    
    fix HospitalRun#1971
    sotous committed May 1, 2020
    Configuration menu
    Copy the full SHA
    f890aa2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. refactor(labs): added suggested changes

    Suggested changes according to PR HospitalRun#2033 were added
    
    fix HospitalRun#1971
    sotous committed May 6, 2020
    Configuration menu
    Copy the full SHA
    d1b6e7d View commit details
    Browse the repository at this point in the history
  2. refactor(labs): synced with upstream

    Pulled changes from upstream
    
    fix HospitalRun#1971
    sotous committed May 6, 2020
    Configuration menu
    Copy the full SHA
    874a24b View commit details
    Browse the repository at this point in the history
  3. feat(labs): improved search

    Improved search process by adding code search criteria to the pouchdb query
    
    fix HospitalRun#1971
    sotous committed May 6, 2020
    Configuration menu
    Copy the full SHA
    ddd1960 View commit details
    Browse the repository at this point in the history
  4. refactor(labs): added test to improved labs search

    Added a test to prove search labs by code functionality
    
    fix HospitalRun#1971
    sotous committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c74878b View commit details
    Browse the repository at this point in the history