-
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
Add Sign Field to Observation Subcounts #1354
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1354 +/- ##
==========================================
+ Coverage 46.32% 48.34% +2.02%
==========================================
Files 762 763 +1
Lines 20410 20498 +88
Branches 3121 3134 +13
==========================================
+ Hits 9454 9909 +455
- Misses 10378 10437 +59
+ Partials 578 152 -426 ☔ View full report in Codecov by Sentry. |
Openshift URLs for the PR Deployment: |
@mauberti-bc Minor: Is there a description for the observation sign column? |
Good catch: "The observed evidence of the species" |
Add manual observation environment column validation. Fix sql bug preventing any quantitatitve environments from being returned in the search results. Fix missing openapi quantitative field. Fix frontend quantitative type.
Added backend validation for the sign field when importing a csv. Added some missing backend validation for manual observation records (we weren't validating environment columns before). I also fixed a bug that prevented quantitative environment fields from being returned in the search (when adding columns to the observation table). I believe everything is working as expected, but if you have time to give it a quick manual test as well, that would be valuable. |
Awesome. I'll test it now |
Quality Gate passedIssues Measures |
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.
🦌
Links to Jira Tickets
Description of Changes
Testing Notes