-
Notifications
You must be signed in to change notification settings - Fork 179
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
fix(shared-data): exclude module calibration adapters from being rendered. #12971
Conversation
Codecov Report
@@ Coverage Diff @@
## edge #12971 +/- ##
==========================================
+ Coverage 72.77% 72.87% +0.09%
==========================================
Files 2364 2351 -13
Lines 64501 64461 -40
Branches 7219 7190 -29
==========================================
+ Hits 46943 46973 +30
+ Misses 15879 15805 -74
- Partials 1679 1683 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
shared-data/js/getLabware.ts
Outdated
'opentrons_calibration_adapter_heatershaker_module', | ||
'opentrons_calibration_adapter_magnetic_module', | ||
'opentrons_calibration_adapter_temperature_module', | ||
'opentrons_calibration_adapter_thermocycler_module', |
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.
Nit: Can we move these below the TODO(lc 8-24-2022)
comment below? Right now, the comment above makes it look like these are for "back-compat with legacy v1 defs."
Also, do we need these in PD_DO_NOT_LIST
too?
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.
will do,
and I'm not sure,
@b-cooper do we also want to add to PD_DO_NOT_LIST
?
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.
this makes sense to me. trying to figure out if we want them in the PD_DO_NOT_LIST as well but easy enough to add them later.
Overview
Module calibration adapters are labware but meant for internal uses so we want to exclude them so they aren't rendered on the app.
Closes: RQA-811
Test Plan
Changelog
LABWAREV2_DO_NOT_LIST
in shared-data so they are excluded when rendering.Review requests
Does this make sense?
Risk assessment
low