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(fe:FSADT1-1522): Create full search (data table) #1244

Merged
merged 71 commits into from
Oct 17, 2024

Commits on Oct 2, 2024

  1. no message

    mamartinezmejia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0bd89eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b858d1f View commit details
    Browse the repository at this point in the history
  3. no message

    mamartinezmejia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    676d35c View commit details
    Browse the repository at this point in the history
  4. no message

    mamartinezmejia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6b4b375 View commit details
    Browse the repository at this point in the history
  5. no message

    mamartinezmejia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f1be697 View commit details
    Browse the repository at this point in the history
  6. Renamed variable

    mamartinezmejia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6926aa2 View commit details
    Browse the repository at this point in the history
  7. Renamed endpoint

    mamartinezmejia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2556c09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c62401 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    acff049 View commit details
    Browse the repository at this point in the history
  2. no message

    mamartinezmejia committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6fa9ce1 View commit details
    Browse the repository at this point in the history
  3. Renamed variable

    mamartinezmejia committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3fbc7d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1187889 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4921a2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e235bb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    9b989dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6f1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b34c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1c28ec View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    b467da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ccc23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7caf8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eacba2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bbacd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b2941c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54be803 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b92383e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd5a9b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2c5453 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ca00b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge branch 'main' into feat/FSADT1-1519-1520

    # Conflicts:
    #	legacy/src/main/java/ca/bc/gov/app/controller/ClientSearchController.java
    #	legacy/src/main/java/ca/bc/gov/app/repository/ForestClientRepository.java
    mamartinezmejia committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    91395fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef4da6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dcd78b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a426d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    9cf3e22 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/client3

    # Conflicts:
    #	legacy/src/main/java/ca/bc/gov/app/repository/ForestClientRepository.java
    mamartinezmejia committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5b7034e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209e5a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7127d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. feat(fe:FSADT1-1521): create the predictive search (#1223)

    * feat: add search box with predictive search
    
    * fix: fix predictive-search stubs
    
    * feat: update style of search controls
    
    * docs: update interface name
    
    * fix: use placeholder instead of label
    
    * test: add search test file
    
    * feat: navigate to client details
    
    * test: implement tests
    
    * refactor: move functions to the GlobalValidators
    
    * feat: validate autocomplete while typing
    
    * feat: validate keywords
    
    * test: validate keywords
    
    * feat: prevent selection on AutoComplete
    
    * feat: open client details in a new tab
    
    * chore: update endpoint stub
    
    * test: update tests
    
    * feat(fe:FSADT1-1541): Display an error message when the BE is down (#1227)
    
    * fix: rename event from click to click:option
    
    ---------
    
    Co-authored-by: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com>
    fterra-encora and mamartinezmejia authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    258ed26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0c932 View commit details
    Browse the repository at this point in the history
  3. Renamed files

    mamartinezmejia committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1d68a0c View commit details
    Browse the repository at this point in the history
  4. Added missing key

    mamartinezmejia committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d4be90a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aa61e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c413195 View commit details
    Browse the repository at this point in the history
  7. fix(fe:FSADT1-1521): clear the AutoComplete field when preventSelecti…

    …on is true (#1230)
    
    * test: fix tests
    
    * fix: do not prevent the clearing action
    fterra-encora authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    13db50d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eccaf5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e13e35f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd7623c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a62b07c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix: apply the feature flag to the Client search button

    And remove it from the check of user's authority.
    fterra-encora committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9055198 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    bc6f668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128789e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a84ba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    c1e239f View commit details
    Browse the repository at this point in the history
  2. feat: emit press:enter

    fterra-encora committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3b498ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6a1b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ece29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a51efb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d4db0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05e9848 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eadda24 View commit details
    Browse the repository at this point in the history
  9. chore: update stub file

    fterra-encora committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cd5913f View commit details
    Browse the repository at this point in the history
  10. fix: display empty acronyms

    Also sets column widths
    fterra-encora committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    28628b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79329c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b43e172 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix: fix displaying issue on status column

    Also updates css class names
    fterra-encora committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f4e5758 View commit details
    Browse the repository at this point in the history
  2. test: add more tests

    fterra-encora committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    68b3fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32a3d31 View commit details
    Browse the repository at this point in the history
  4. fix: allow empty search

    fterra-encora committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7d41d9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6f5e58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    147a5dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64c58d9 View commit details
    Browse the repository at this point in the history