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-591: Show all user's data on Project page & add search functionality #1296

Merged
merged 105 commits into from
Jul 5, 2024

Conversation

mauberti-bc
Copy link
Collaborator

@mauberti-bc mauberti-bc commented May 31, 2024

Links to Jira Tickets

https://apps.nrs.gov.bc.ca/int/jira/browse/SIMSBIOHUB-591

Goal is to display all Projects, Surveys and Observations that the user has access to on the Project page, and improve searching on this information

Description of Changes

Frontend:
Display all Projects and Surveys that the user has access to
Display all Observations, Telemetry, and Animals that the user has access to
Added the ability to search for Surveys, Observations, Telemetry, and Animals
Removed advanced filters

Backend:
Updated the search logic in the project-repository
Added search logic to the survey-repository and service
Added search logic to the observation-repository and service

MacQSL added 30 commits May 3, 2024 12:01
@NickPhura NickPhura changed the title Show all user's data on Project page & add search functionality SIMSBIOHUB-591: Show all user's data on Project page & add search functionality Jun 21, 2024
@NickPhura NickPhura force-pushed the project-page-data branch 2 times, most recently from d90182f to cba84cd Compare June 22, 2024 00:30
@NickPhura NickPhura 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 Jun 25, 2024
@NickPhura NickPhura requested a review from MacQSL June 25, 2024 21:41
app/src/constants/misc.ts Outdated Show resolved Hide resolved
app/src/constants/taxon.ts Outdated Show resolved Hide resolved
@MacQSL
Copy link
Collaborator

MacQSL commented Jul 3, 2024

It appears the 'Species' search is doing some strange formatting when typing.

Searching 'alces' and clicking 'Alces' replaces the search with Moose (I think this is intentional).
Searching 'alces alces' replaces the text with italics.

Everything else looks good to me!

Copy link

sonarqubecloud bot commented Jul 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
13.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

MacQSL
MacQSL previously approved these changes Jul 5, 2024
Copy link
Collaborator

@MacQSL MacQSL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌡️

Copy link
Collaborator

@NickPhura NickPhura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@NickPhura NickPhura merged commit 5e245cf into dev Jul 5, 2024
16 checks passed
@NickPhura NickPhura deleted the project-page-data branch July 5, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants