-
Notifications
You must be signed in to change notification settings - Fork 9
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-459 - Update SIMS To Use ITIS and BioHub Taxonomy #1210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… wldtaxonomic column.
… and repo methods
curtisupshall
added
the
Not Ready For Review
Addressing feedback and/or refactoring
label
Feb 6, 2024
Openshift URLs for the PR Deployment: |
curtisupshall
changed the title
SIMSBIOHUB-459
SIMSBIOHUB-459 - Update SIMS To Use ITIS and BioHub Taxonomy
Feb 7, 2024
* Adds survey sampling sites and study areas back to the Survey Map (since being removed by #1202); * Adds various popups to survey map features, showing various point/polygon metadata; * Removes extraneous observation table hook call; * Updates method names and documentation for telemetry API hooks.
SIMSBIOHUB-462: Observation Subcount Schema
* Fixed a bug where newly added Study Areas were not shown until page reload * Fixed a bug where users could not import survey observations
… Added useTaxonomyApi.interface
curtisupshall
added
Early Feedback Welcome
PR is not finished, but early review feedback is welcomed
and removed
Not Ready For Review
Addressing feedback and/or refactoring
labels
Feb 9, 2024
KjartanE
added
Ready For Review
PR is ready for review
and removed
Early Feedback Welcome
PR is not finished, but early review feedback is welcomed
labels
Feb 12, 2024
curtisupshall
commented
Feb 12, 2024
… based on TSN when importing/saving observations
…rting in React app
KjartanE
previously approved these changes
Feb 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐱
NickPhura
approved these changes
Feb 13, 2024
KjartanE
approved these changes
Feb 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐈
Quality Gate failedFailed conditions |
curtisupshall
added a commit
that referenced
this pull request
Feb 20, 2024
* `.env` and pipeline changed to reflect new environment variables: `BACKBONE_INTERNAL_API_HOST` and `BACKBONE_PUBLIC_API_HOST`. * Removed code associated with elasticsearch. * Replaced taxonomy-related API calls with BioHub taxonomy endpoint calls. * Shows error dialog whenever observation import fails. * Added new `Species` column alias support for observation importing. * Minor edits to the ErrorDialog; * Updates database seeds to use ITIS TSN instead of elasticsearch. * Updates the `survey_observation` and `study_species` tables to support ITIS TSN/scientific name. SIMSBIOHUB-483: Added new env vars for number of seed projects and surveys SIMSBIOHUB-483: Removed code associated with project drafts. WIP. SIMSBIOHUB-483: Removed code associated with project submitted status and project supplementary data. SIMSBIOHUB-483: Removed code associated with project drafts from the Create Project page SIMSBIOHUB-483: Renamed start and end date columns for project lists table SIMSBIOHUB-483: Support project list server-side pagination (using common pagination API schema) SIMSBIOHUB-483: Restructure projects list endpoint response schema and typing to accomodate pagination SIMSBIOHUB-483: Render table counts using Number.toLocaleString SIMSBIOHUB-483: Working frontend pagination SIMSBIOHUB-483: Completed implementation of getProjectCount SIMSBIOHUB-483: Lint and format fixes SIMSBIOHUB-483: Support for column sorting SIMSBIOHUB-483: Fix API tests SIMSBIOHUB-483: Test coverage and added comments SIMSBIOHUB-483: Minor tweaks to comments SIMSBIOHUB-483: Lint/format fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Links to Jira Tickets
Quickstart for the new
.env
variablesPaste these into your
.env
, replacing the oldBACKBONE_API_HOST
:Description of Changes
.env
and pipeline changes to reflect new environment variables:BACKBONE_INTERNAL_API_HOST
: The internal host used by the SIMS API to talk to BioHubBACKBONE_PUBLIC_API_HOST
: The public host used by the SIMS frontend (and other services) to talk to BioHubSpecies
column alias support for observation importing:Species
Tsn
Itis_tsn
Taxon
survey_observation
andstudy_species
tables to support ITIS TSN/scientific name.Testing Notes
You should be able to: