-
Notifications
You must be signed in to change notification settings - Fork 9
SIMSBIOHUB-453: Update Species Menus #1201
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
Conversation
|
Openshift URLs for the PR Deployment: |
|
Openshift URLs for the PR Deployment: |
api/src/paths/project/{projectId}/survey/{surveyId}/update/get.ts
Outdated
Show resolved
Hide resolved
api/src/paths/project/{projectId}/survey/{surveyId}/update/get.ts
Outdated
Show resolved
Hide resolved
|
@KjartanE Also as we discussed, we can just call SOLR directly from the frontend, rather than proxying it through the API. Nothing about the SOLR endpoint, thankfully, is private or protected. |
…rations and Telemetry (#1198) * Add support for hiding/showing table columns for Obserations and Telemetry * Added sessionStorage call in order to cache column visibility across app reloads * Renamed ObservationComponent and ManualTelemetryComponent to ObservationsTableContainer and ManualTelemetryTableContainer, respectively
* Adding PageHeader component to all relevant pages * Small Layout Fix * Fixing test * Remove uuid call from SkeletonLoaders.tsx * Lint fixes. * ignore-skip --------- Co-authored-by: Curtis Upshall <[email protected]> Co-authored-by: Nick Phura <[email protected]>
…nimals (#1202) * Combined the Telemetry and Observations map/table view on the Survey page, allowing users to toggle between them; * Added server-side support for paginating the observations fetching endpoint; * Modified the Manage Observations page to use server-side pagination; * Added a new endpoint to fetch all the spatial data relating to survey observations; * Deleted some old code related to Survey Summary Results.
|
curtisupshall
left a comment
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.
Code looks good to me!

Links to Jira Tickets
Description of Changes
Testing Notes