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

Improve search of authorized and unauthorized studies #4521

Closed

Commits on Feb 15, 2023

  1. fix 9915 improve search of authorized studies

    fix 9915 improve search of authorized studies
    add new search filter based on readPermission flag called Controlled access authorized. Modified the search algorithm to accept booleans instead of just strings esp. false value
    jagnathan committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a88c674 View commit details
    Browse the repository at this point in the history
  2. fix 9915 improve search of authorized studies

    fix 9915 improve search of authorized studies
    add new search filter based on readPermission flag called Controlled access authorized. Modified the search algorithm to accept booleans instead of just strings esp. false value
    jagnathan committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    dcc0c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    450fa29 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Use _.toString in matchPhraseFull, and specify type

    Bas Leenknegt committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5847a79 View commit details
    Browse the repository at this point in the history
  2. Unnest fieldName check in Phrase.match

    Bas Leenknegt committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d7895ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8162310 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from BasLee/fix-9915-improved-finability

    Fix 9915 improved finability
    jagnathan authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    54bd4a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Update QueryParser.ts

    jagnathan committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ccdd9c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Update CheckboxFilterField.tsx

    id has to be unique for each filter when there are multiple filters.
    jagnathan committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6a76f28 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 29, 2023

  1. Update checkbox label text

    Update checkbox label text when filter is applied vs not applied
    jagnathan committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c06b4f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. fix all Authorized or Unauthorized studies scenario

    fix all Authorized or Unauthorized studies scenario. Hide the option if the studies that are all authorized or all unauthorized.
    jagnathan committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    fff8f44 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Updated logic and refactoring

    Only CancerStudy objects from treeData are filtered based on whether the readPermission field has a value.  Refactoring: New const created as shownStudiesLengthstring to identify if there is a filter applied or not.
    jagnathan committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    90e7b03 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. fix 9915 improve search of authorized studies

    fix 9915 improve search of authorized studies
    add new search filter based on readPermission flag called Controlled access authorized. Modified the search algorithm to accept booleans instead of just strings esp. false value
    
    fix 9915 improve search of authorized studies
    
    fix 9915 improve search of authorized studies
    add new search filter based on readPermission flag called Controlled access authorized. Modified the search algorithm to accept booleans instead of just strings esp. false value
    
    Use _.toString in matchPhraseFull, and specify type
    
    Unnest fieldName check in Phrase.match
    
    Introduce FilterFieldOption type that includes a displayValue
    
    Update QueryParser.ts
    
    Update CheckboxFilterField.tsx
    
    id has to be unique for each filter when there are multiple filters.
    
    Modify the Select all checkbox to select only authorized studies
    
    Update checkbox label text
    
    Update checkbox label text when filter is applied vs not applied
    
    fix all Authorized or Unauthorized studies scenario
    
    fix all Authorized or Unauthorized studies scenario. Hide the option if the studies that are all authorized or all unauthorized.
    jagnathan committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2361d73 View commit details
    Browse the repository at this point in the history
  2. Updated logic and refactoring

    Only CancerStudy objects from treeData are filtered based on whether the readPermission field has a value.  Refactoring: New const created as shownStudiesLengthstring to identify if there is a filter applied or not.
    jagnathan committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a4e8aa6 View commit details
    Browse the repository at this point in the history
  3. Update Phrase.tsx

    conflict resolution fix due to merge
    jagnathan committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f352643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    222e1f4 View commit details
    Browse the repository at this point in the history