-
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-207/216: Survey Animals Table and Telemetry Device Deployment #1087
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
…to SIMSBIOHUB-216
…to SIMSBIOHUB-216
Openshift URLs for the PR Deployment: |
… device deployment form. This will now lookup information about the device id, and if one already exists in bctw, it will disallow changing the make or deploying on existing deployment times.
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! 😎
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! +1 for new CustomDataGrid
🙏 Most of my comments are about code style/formatting
api/src/paths/project/{projectId}/survey/{surveyId}/critters/index.ts
Outdated
Show resolved
Hide resolved
api/src/paths/project/{projectId}/survey/{surveyId}/critters/index.ts
Outdated
Show resolved
Hide resolved
api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/deployments.ts
Outdated
Show resolved
Hide resolved
api/src/paths/project/{projectId}/survey/{surveyId}/deployments.ts
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
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.
Looks great! 🙌
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
SIMSBIOHUB-207
SIMSBIOHUB-216
Description of Changes
Testing Notes