-
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
Telemetry UI Updates #1105
Telemetry UI Updates #1105
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1105 +/- ##
=======================================
Coverage 63.50% 63.50%
=======================================
Files 533 533
Lines 15817 15818 +1
Branches 2472 2472
=======================================
+ Hits 10044 10046 +2
+ Misses 5087 5086 -1
Partials 686 686
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/deployments.ts
Outdated
Show resolved
Hide resolved
I add a single animal to a survey. When the survey page loads (just loading the survey page, not clicking anything) I'm getting the following console error:
(tested on my local) |
Also, I'm getting a 503 error from the (tested on my local) |
app/src/features/surveys/view/survey-animals/form-sections/GeneralAnimalForm.tsx
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.
I'm seeing a 500 on the deployments api call when a survey loads. Am I missing some sort of setup for testing this?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* Updated HelpButtonTooltip styling * Cleaned up CbSelectField and TelemetrySelectField components * Updated SurveyAnimalsI18N messages * Updated mui components and helper messages in SurveyAnimals component * Cleaned up dead code in IndividualAnimalForm * Improved formatting in SurveyAnimalsTable * Several changes to TelemetryDeviceForm including mui components, overall layout, conditional formatting * Several changes to FormSectionWrapper including overall layout, styling, and mui components * Improved styling in GeneralAnimalForm --------- Co-authored-by: jeznorth <[email protected]>
Description of Changes