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

SIMSBIOHUB-331: Keycloak Library Updates #1150

Closed
wants to merge 19 commits into from
Closed

Commits on Oct 18, 2023

  1. SIMSBIOHUB-226: Survey Prototyping + Observation Map View (#1116)

    * Various survey page layout changes
    * Adds the ability to see added survey observations in a map view
    curtisupshall authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    72a0bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0302baf View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. UI Fixes

    jeznorth committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6362e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cba403 View commit details
    Browse the repository at this point in the history
  3. Fix issues

    NickPhura committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4a4d742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27cd7c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c31751 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Fix pipeline route issues

    NickPhura committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    336a266 View commit details
    Browse the repository at this point in the history
  2. Fix non-unique key issue

    NickPhura committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    58616cd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    04d2912 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-258 (#1134)

    * Minor Fixes / UI Tweaks
    * Fix permit component list key
    * Rename old sampling method form to sampling strategy
    
    Co-authored-by: Nick Phura <[email protected]>
    jeznorth and NickPhura authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0b116a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. SIMSBIOHUB-296/313: Import Observations (#1128)

    * Add's UIs for uploading CSV files to survey observations
    * Adds a new database table to track survey observation CSV submissions, survey_observation_submission
    * Alters the survey_observation table to make optional the sampling site, method, and period columns
    * Adds service and repo methods for processing observation CSVs
    curtisupshall authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e627df7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. SIMSBIOHUB-177: Survey Study Area enhancements (#1136)

    * Survey Study area can now import files with multiple features
    * Drawn features can be created and saved to a survey
    * New card for displaying and editing map features
    * Region selector updated
    al-rosenthal authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3199784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1400a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. SIMSBIOHUB-336/337 (#1142)

    * Adds Sampling Site record count to title area, Example: Sampling Sites (10)
    * Adds Observation record count to title area of observations map component and manage observations page, Example: Observations (10)
    * Adds 'supplementaryObservationData' section to get survey observations endpoint. This allows observation record counts to be displayed, even if the get observations response becomes paginated or virtualized at a later date
    JeremyQuartech authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f6389df View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB 343 - Incorrect date overlap error in sampling methods (#1144

    )
    
    * Fixed an issue where the yup schema used for editing sampling methods used the wrong field for a date overlap check.
    * Removed an unintended required().
    * Added a refresh call when submitting sampling method changes so they are reflected in the UI. Otherwise you will still see the previous value if you go back to the sampling methods view even though the new value did save to the db.
    GrahamS-Quartech authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6b965b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. SIMSBIOHUB-334/350/352 (#1143)

    * Added snackbar popup upon successfully saving observations.
    * Removed single-click to edit; Fixed bug that made row go into edit mode when clicking row delete icon.
    * Added seconds to the observation time
    curtisupshall authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9143004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0b5d2 View commit details
    Browse the repository at this point in the history
  3. Swap out old keycloak libraries for newer more up to date libraries.

    Refactor the keycloakWrapper, and update code/tests as needed.
    NickPhura committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    006a044 View commit details
    Browse the repository at this point in the history