-
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 211 - Edit Telemetry Form #1094
Conversation
…NoSummarySectionData.tsx
…tterbase from within SIMS api
…o critterbase calls, still need to implement automated signup
…pi routes similar to existing SIMS routes
…mponents can now be added to form on button click
… calling cb api through hooks in the frontend. No more extra auth headers, now all done through keycloak JWT.
…rbase. Made a wrapper function for critterbase selects that uses existing Formik components
…der and the docker compose that we don't need anymore
…ge in dev environment
…cidentally while merging
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1094 +/- ##
==========================================
+ Coverage 64.62% 64.90% +0.27%
==========================================
Files 487 489 +2
Lines 14495 14622 +127
Branches 2263 2287 +24
==========================================
+ Hits 9368 9490 +122
+ Misses 4535 4526 -9
- Partials 592 606 +14
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
app/src/features/surveys/view/survey-animals/SurveyAnimalsTableActions.tsx
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/SurveyAnimalsTableActions.tsx
Outdated
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/SurveyAnimalsTableActions.tsx
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/TelemetryDeviceForm.tsx
Outdated
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/TelemetryDeviceForm.tsx
Outdated
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/TelemetryDeviceForm.tsx
Outdated
Show resolved
Hide resolved
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.
Had to review this in chunks, sorry about that. Code looks good!
…ch blocks, better upsert behavior, etc
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!
api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}.ts
Show resolved
Hide resolved
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.
Looks good to me!
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.
Looks good - just noticed a couple more things
app/src/features/surveys/view/survey-animals/TelemetryDeviceForm.tsx
Outdated
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/TelemetryDeviceForm.tsx
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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! 🌎
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.
Good to go 👍
Links to Jira Tickets
SIMSBIOHUB-211
Description of Changes
Testing Notes
Some functionality may not work 100% correctly until an API patch for BCTW gets merged in. Will update this comment when that happens.