-
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-442: Add support for hiding/showing table columns for Obserations and Telemetry #1198
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #1198 +/- ##
==========================================
- Coverage 57.65% 57.38% -0.28%
==========================================
Files 582 582
Lines 17711 17795 +84
Branches 2720 2735 +15
==========================================
Hits 10212 10212
- Misses 6839 6923 +84
Partials 660 660 ☔ View full report in Codecov by Sentry. |
Openshift URLs for the PR Deployment: |
This comment was marked as resolved.
This comment was marked as resolved.
further testing revealed this PR isn't ready
Quality Gate failedFailed conditions 31.0% Duplication on New Code (required ≤ 3%) |
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.
ran this locally and it works as expected 🔧
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.
🌔
…rations and Telemetry (#1198) * Add support for hiding/showing table columns for Obserations and Telemetry * Added sessionStorage call in order to cache column visibility across app reloads * Renamed ObservationComponent and ManualTelemetryComponent to ObservationsTableContainer and ManualTelemetryTableContainer, respectively
Links to Jira Tickets
Description of Changes
sessionStorage
call in order to cache column visibility across app reloadsObservationComponent
andManualTelemetryComponent
toObservationsTableContainer
andManualTelemetryTableContainer
Testing Notes