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

Dev -> Test: Funding Source Features #1070

Closed
wants to merge 53 commits into from
Closed

Dev -> Test: Funding Source Features #1070

wants to merge 53 commits into from

Commits on Jun 29, 2023

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

Commits on Jul 4, 2023

  1. Techdebt: refactor draft endpoints (#995)

    Refactored Draft API endpoints
    anissa-agahchen authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9601ba3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. SIMSBIOHUB-141: Update Database to Accommodate Region Tables for Proj…

    …ects and Surveys (#1051)
    
    * add region tables
    
    * nrm regions inserted, env regions WIP
    
    * functioning env, nrm regions inserted
    
    * remove temp work folder
    KjartanE authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5fdc193 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. SIMSBIOHUB-127: Update inferred layers code (#1048)

    SIMSBIOHUB-127: Update inferred layers code
    NickPhura authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6f7578f View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-129: Upgrade to MUI V5 (#1050)

    * Update MUI to version 5, including updates to component imports and theming
    curtisupshall authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    bb9f443 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. added new devs from bctw team to db seed (#1052)

    * added new devs from bctw team to db seed
    ---------
    
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    MacQSL and NickPhura authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    96d7e49 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. UI Cleanup + Misc Bug FIxes (#1054)

    Cleanup Project and Survey Views
    
    ---------
    
    Co-authored-by: jeznorth <twenty15creative@gmail.com>
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    3 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2f48df0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. SIMSBIOHUB-106: Saving regions on project/ survey create/ update (#1055)

    Regions are now saved on project/ survey creation/ edit
    al-rosenthal authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    28c4836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afaf9a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. SIMSBIOHUB-148: Create New Agency Database Table to Support All Agenc…

    …ies (#1057)
    
    * new migration to add more values to funding_source table
    * remove static coordinator agency list
    * update coordinator agency codes list to use funding_source values
    * Add migration to update funding_source to agency.
    * Update readme to include sample migration code and naming conventions, etc.
    * Rename functions/variables using `funding_source` to `agency`.
    NickPhura authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1aa1724 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. SIMSBIOHUB-149: Update Project Type -> Project Programs and Project a…

    …ctivity -> Project Types (#1058)
    
    Updated Project Types -> Programs and Project Activities to Types
    al-rosenthal authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f85c456 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-150: Database Modelling to Support 'Groups' (#1059)

    * Add migration to create project group tables
    * Disable biohub intake env var
    NickPhura authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    eec6dbd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. SIMSBIOHUB-146: Model Clean up (#1061)

    Removed unnecessary columns from the database.
    al-rosenthal authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0be31c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. SIMSBIOHUB-144: Project Role update (#1064)

    * wip
    
    * adding new tables
    
    * updated comments
    
    * clean
    
    * fixed migration
    
    * basic migration completed
    
    * turned back time
    
    * clean up
    
    * renamed project role permission table
    
    * trying new things
    
    * added updates back
    
    * added linking
    
    * added comments
    
    * clean up
    
    * updated comments
    
    * ignore-skip
    al-rosenthal authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    847d0b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. SIMSBIOHUB-144-2: Project Role updates (#1065)

    Updated App/ API to work with new Project Roles and permissions
    al-rosenthal authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    eb4d16d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. SIMSBIOHUB-154: System user table updates (#1060)

    * Add migration to add system role permission tables.
    * Remove unused `SYSTEM` user identity source type
    * Update user seed
    * Update database readme
    * Add support for patching verified user information
    * Add keycloak user information zod schemas
    NickPhura authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ae70b16 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Tech debt: Fixed linting errors and skipped tests (#1063)

    * Fixed linting errors
    
    * Removed some test skips
    
    * ignore-skip
    
    * Removed some snapshots
    
    * ran fix, removed comment
    
    * Updated hook dependencies
    
    * Added useMemo for debounce call
    
    * add useMemo dependency
    
    ---------
    
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    3 people authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2f43099 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. SIMSBIOHUB: Funding Sources Feature (#1066)

    Added Manage Funding Sources Feature
    
    Add new Funding Source tables
    Add new pages to create/edit/view/delete funding sources.
    Survey
    
    Add new funding source controls on create/edit/view survey pages.
    
    Removed all funding source controls (APP, API, DB) from projects.
    
    Misc cleanup/tweaks.
    
    Skipped all snapshot tests.
    NickPhura authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8232845 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. SIMSBIOHUB - 241 + 242 + 253 - Critter / Observation / Deployment / S…

    …urvey Stratum tables (#1071)
    
    * created migration for new critter / observation table + new trigger for observation total count
    
    * fixed formatting
    
    * extended PR to also include ticket 242 deployment table
    
    * ignore-skip fixed corrupted migration history
    
    * boilerplate for new migration
    
    * added migration for survey stratum
    
    * updated code for PR comments
    
    * updated trigger to not fire on update and fixed some critter related comments to be more generic
    
    * updated trigger to handle inverse
    MacQSL authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    87203be View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Funding Source Testing (#1073)

    Added component tests for Funding Sources components 
    
    ---------
    
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    al-rosenthal and NickPhura authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    759c41b View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-161/162: Comment Project Location and IUCN Sections. (#1072)

    * SIMSBIOHUB-161
    * Comment out Project Location App Create/Edit/View.
    
    SIMSBIOHUB-162
    * Comment out Project IUCN App Create/Edit/View.
    * Update Survey Study Area to be required.
    NickPhura authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5f9e00e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Bctw 935 add critter form (#1069)

    This PR contains the new Create Critter (Add Individuals) form.
    
    Handles general animal details, captures, mortalities, measurements, markings, families
    
    Inline validation using formik + additional critterbase requests to check if certain values are valid.
    
    CbSelect component handles retrieving and displaying the critterbase related lookup values.
    
    Some additional wrapper components / custom tooltips.
    
    Storing all animal form related strings in i18n.ts
    
    Mostly net-new components, with some additional refactoring of some duplicated components into a single component used in survey section.
    
    Note: Does not currently support images or telemetry devices. Will make seperate tickets for those additional features.
    
    Co-authored-by: Graham Stewart <graham.stewart@quartech.com>
    Co-authored-by: Al Rosenthal <alfred.k.rosenthal@gmail.com>
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    4 people authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    05d3902 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. SIMSBIOHUB-159: Move project_type to survey_type (#1074)

    * Add migration to add survey_type table, migrate project_type records to survey_type, and drop project_type.
    * Update database seed.
    * Add/Fix a few indexes in recent migrations.
    NickPhura authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0e5cf65 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-169: Project User Roles (#1075)

    SIMSBIOHUB-169
    
    Added User role search and selection to a project
    
    ---------
    
    Co-authored-by: Kjartan <Kjartan.Einarsson@quartech.com>
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    Co-authored-by: jeznorth <twenty15creative@gmail.com>
    4 people authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2496f04 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. SIMSBIOHUB-158: Move Partnerships from Projects to Surveys (#1076)

    * Removes old database tables and adds two new tables: `survey_first_nations_partnership`, `survey_stakeholder_partnership`
    
    * Migrates all project partnerships to each project's surveys. (Partnerships for project that don't have surveys will be lost.)
    
    * Moves UI components to survey create, edit and details page
    
    * Creates new API service and repo methods
    curtisupshall authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    39065a7 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-176: User Selection (Survey Team) (#1078)

    - Update Survey user add/edit Frontend and API changes needed.
    - User Participation Service/Repository
    KjartanE authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    105829d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. TechDebt: useAxios 401/403 Request Retry (#1079)

    * Add retry mechanic to useAxios to handle the case where your keycloak token has expired, but your refresh token is still valid.
    NickPhura authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5fe85d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix bad error handling on survey participation repo function (#1080)

    * Fix bad error handling on a repo function. Function was throwing on empty array, when empty array should be expected/allowed.
    NickPhura authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    130364f View commit details
    Browse the repository at this point in the history
  2. TechDebt: Update existing migration: remove observation table (for no…

    …w) (#1084)
    
    Update existing migration: remove observation table (for now)
    NickPhura authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ec42e38 View commit details
    Browse the repository at this point in the history
  3. SIMSBIOHUB-262: Create Survey Blocks table (#1081)

    * Creates new tables: survey_block, survey_stratrum, site_strategy, survey_site_strategy
    * Amends the survey deletion procedure to delete blocks as well as stratum records upon survey deletion
    curtisupshall authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    68a6d84 View commit details
    Browse the repository at this point in the history
  4. SIMSBIOHUB-239: Proxy BCTW/Critterbase requests through SIMS backend …

    …using SIMS Service Account (#1077)
    
    * Adds '/telemetry' endpoint to API for proxied BCTW requests.
    * Adds new service to handle authenticated requests to Critterbase API.
    * Adds new '/critter-data' endpoint to API for proxied Critterbase requests.
    * Modifies Add Animal form's api hooks to point at /critter-data endpoint instead of Critterbase directly.
    * Adds new method to Keycloak service for service account token retrieval.
    
    ---------
    
    Co-authored-by: Mac Deluca <Mac.Deluca@quartech.com>
    Co-authored-by: Graham Stewart <graham.stewart@quartech.com>
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    Co-authored-by: Curtis Upshall <curtisupshall@gmail.com>
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    6 people authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    df258a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. SISMBIOHUB-259: Survey Block (#1085)

    Survey Block UI/ API endpoints added
    al-rosenthal authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5d80722 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. SIMSBIOHUB-259: General UI Fixes / Clean-up (#1088)

    Front-end polish and content updates
    ---------
    
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    jeznorth and al-rosenthal authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    53cc39b View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-194: Seed SIMS with Users from SPI (#1086)

    Added service account capability to endpoints, to allow a script to utilize the SIMS SYSTEM account to insert a collected list of users.
    DB migration was required to insert new user role for SYSTEM and a SIMS service account
    KjartanE authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0106937 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    9d6f347 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-192: Add Site Selection Strategy + stratums to survey form (

    …#1083)
    
    * Added survey site sampling strategies and stratums to the Create Survey and Edit Survey pages
    
    * Added service and repo methods for creating, updating and deleting survey site selection strategies and stratums
    
    * Created survey site selection strategy API schema and model properties
    curtisupshall authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9e3686b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. SIMSBIOHUB-207/216: Survey Animals Table and Telemetry Device Deploym…

    …ent (#1087)
    
    * Adds 'Individual Animals' table to the survey page.
    * Adds options to Deploy Device or Remove an Animal from the survey.
    * Adds new '/filter' endpoint to critter-data api and associated CritterbaseService method.
    * Adds various new critter and deployment related endpoints to the project/survey api.
    * Adds '/code' endpoint to telemetry api and associated BctwService method.
    * Adds new 'survey-critter-repository' for survey-critter specific functionality.
    * Adds new 'survey-critter-service'.
    
    ---------
    
    Co-authored-by: Mac Deluca <Mac.Deluca@quartech.com>
    Co-authored-by: Graham Stewart <graham.stewart@quartech.com>
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    Co-authored-by: Curtis Upshall <curtisupshall@gmail.com>
    5 people authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1fa6146 View commit details
    Browse the repository at this point in the history
  2. Updates to Stratum, Blocks and Participants Components (#1091)

    * Standardizing patterns for stratum and blocks components
    
    * Updating Participants component to conform with patter.
    jeznorth authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    11acde5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. SIMSBIOHUB-216 Patch (#1093)

    * Removed small prop from fields in device form, removed unimplemented buttons, removed delete critter button when devices attached, fixed delete statement not commiting in delete endpoint
    GrahamS-Quartech authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5289900 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. SIMSBIOHUB 211 - Edit Telemetry Form (#1094)

    * Restructured the deployment form to better handle the case where multiple devices with potentially multiple deployments per device will need to be displayed. Hitting edit deployment on a critter with multiple devices assigned will demonstrate this case. It will only update information that has been modified since opening the form.
    
    * Added hooks and routes for upserting collars in BCTW, getting deployments per device id, getting device metadata change history, updating deployment rows for both SIMS and BCTW.
    GrahamS-Quartech authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    429212f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. SIMSBIOHUB-145: Survey Locations (#1092)

    * Migration to add new survey locations table
    
    * updated API/ Services to handle multiple 'locations' for a single survey
    
    * updated broken tests
    
    * refactored old code
    
    * Updated front end to pass an array of locations for a survey
    al-rosenthal authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c62c52b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. SIMSBIOHUB 281 - Update Animal Form and Table (#1098)

    * Removed Critter ID (to be included in edit view later) from Animals table and added WLH ID.
    * Added WLH ID to animal submission form.
    * Animal ID will now display as Alias
    * Added animal Sex to submission form 
    * Separated device list into current devices and previous devices (this is based off deployment timestamps)
    * Added collection unit sub section (displays as Ecological Units) to animal submission form. Will correctly disallow duplicates of categories on the same animal.
    * Added logic to lock in the taxon choice after selecting taxon specific collection unit
    GrahamS-Quartech authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    18aae70 View commit details
    Browse the repository at this point in the history
  2. TechDebt: User Role Selection Testing (#1082)

    User Role Selection Testing
    al-rosenthal authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    42d9bdb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Application Header and Footer Updates (#1099)

    * Header, Footer and appTheme Clean-up, Refactor
    
    * Header and footer component refactor
    
    * fixed tests, ran make fix
    
    ---------
    
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    Co-authored-by: Curtis Upshall <curtisupshall@gmail.com>
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    4 people authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    79ef00f View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-263: Upload Keyx attachments to BCTW (#1095)

    * Added new option to upload '.keyx' files to a survey 
    * Added new /upload endpoint which sends keyx files directly to BCTW, then creates S3 and db records
    * Improved error handling in Bctw Service to handle connection refusal and timeout
    * Added support for detailed error messages in upload items
    
    ---------
    
    Co-authored-by: GrahamS-Quartech <112989452+GrahamS-Quartech@users.noreply.github.com>
    JeremyQuartech and GrahamS-Quartech authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f23144b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. SIMSBIOHUB-219: Add new sampling site (#1100)

    Added new UIs,  APIs and migrations to support the creation of Sampling Sites, Methods and Periods
    
    ---------
    
    Co-authored-by: jeznorth <twenty15creative@gmail.com>
    Co-authored-by: Kjartan <Kjartan.Einarsson@quartech.com>
    Co-authored-by: Nick Phura <nickphura@gmail.com>
    4 people authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6d00b84 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. SIMSBIOHUB-286: Upload Telemetry Files on Device Creation (#1102)

    * Adds option to upload a keyx or cfg file during telemetry device creation.
    * Adds new TelemetryUpload component to satisfy nuances of this use case.
    * Adds new endpoint and BctwService method to retrieve device keyx registration status from BCWT.
    
    ---------
    
    Co-authored-by: GrahamS-Quartech <112989452+GrahamS-Quartech@users.noreply.github.com>
    JeremyQuartech and GrahamS-Quartech authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    083cb23 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB 217 - Edit Animal (#1101)

    * The button for Edit Animal has been restored in the three dots action menu within rows of the survey animal table.
    * Selecting this button will bring up an edit version of the animal form. All previously recorded values should be auto filled.
    * You can edit existing records, add new records, and delete records all from the same form.
    * Critter ID has been moved out of the animal table to instead be displayed at the top of this form.
    
    ---------
    
    Co-authored-by: Mac Deluca <Mac.Deluca@quartech.com>
    Co-authored-by: JeremyQuartech <jeremy.kissack@quartech.com>
    Co-authored-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com>
    Co-authored-by: Curtis Upshall <curtisupshall@gmail.com>
    5 people authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1673dec View commit details
    Browse the repository at this point in the history
  3. SIMSBIOHUB-223: Observations Prototype (#1097)

    * Added migration to create the survey observations table
    
    * Added a DataGrid component for creating, editing and deleting observation records
    
    * Added the Observation Context for maintaining survey observations
    
    * Added an endpoint and service and repo methods for update/inserting and retrieving survey observation records
    curtisupshall authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    df69dcb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Tech Debt: Telemetry Device UI Improvements(#1105)

    * Updated HelpButtonTooltip styling
    * Cleaned up CbSelectField and TelemetrySelectField components
    * Updated SurveyAnimalsI18N messages
    * Updated mui components and helper messages in SurveyAnimals component
    * Cleaned up dead code in IndividualAnimalForm
    * Improved formatting in SurveyAnimalsTable
    * Several changes to TelemetryDeviceForm including mui components, overall layout, conditional formatting
    * Several changes to FormSectionWrapper including overall layout, styling, and mui components
    * Improved styling in GeneralAnimalForm
    
    ---------
    
    Co-authored-by: jeznorth <twenty15creative@gmail.com>
    JeremyQuartech and jeznorth authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ab2019d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. SIMSBIOHUB-223: Implement UI improvements + changes for observations …

    …table (#1106)
    
    * Implements UI improvements + changes for observations table.
    curtisupshall authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    df7d0cb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. SIMSBIOHUB-275: Remove Project Coordinator from SIMS (#1104)

    * Removes any Project Coordinator UI for creating, editing or viewing projects
    
    * Removes any reference to Project Coordinator in the frontend and backend codebase
    
    * Adds a migration that makes project coordinator fields optional, retaining any existing project coordinator data.
    curtisupshall authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    73681f3 View commit details
    Browse the repository at this point in the history
  2. SIMSBIOHUB-276: Remove Lead Biologist from survey edit and create page (

    #1108)
    
    Removed lead biologist from survey edit and create page
    curtisupshall authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d4aa9c4 View commit details
    Browse the repository at this point in the history