-
Notifications
You must be signed in to change notification settings - Fork 178
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(app): ODD fixture removal, mag block with staging in deck map, add modules to drop tip wizard #15019
Conversation
… fixture name At the beginning of the module calibration flow, the user is asked to locate the module on the deck. This integrated the deck configurator component directly into this location selction step of the module calibration wizard. the selected location will now be saved directly to deck configuration. Closes RQA-2603
…g protocol setup on ODD Resolve location conflicts in the on device display's protocol setup flow by updating deck configuration accordingly. Closes PLAT-287
…d modules to drop tip wizard Fix three bugs associated with the addition of modules to deck configuration. First repair the ODD's deck configurator such that local changes are staged properly. Second, properly display the mag block when loaded into a staging area fixture on the base deck component. Lastly, fix drop tip wizard in the case of a configured module. Closes RQA-2622, Closes RQA-2638
(fixture.cutoutFixtureId === STAGING_AREA_RIGHT_SLOT_FIXTURE || | ||
fixture.cutoutFixtureId === | ||
STAGING_AREA_SLOT_WITH_MAGNETIC_BLOCK_V1_FIXTURE) && |
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.
for consistency we could do a constant STAGING_AREA_FIXTURES
and a STAGING_AREA_FIXTURES.includes(fixture.cutoutFixtureId)
filter check like we do for the other fixture types
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'll add a comment so we can come back to this, not too familiar with the stating areas vs cutouts.
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.
yeah not urgent
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.
changes make sense to me !
…d modules to drop tip wizard (#15019)
Overview
Fix three bugs associated with the addition of modules to deck configuration. First repair the ODD's
deck configurator such that local changes are staged properly. Second, properly display the mag
block when loaded into a staging area fixture on the base deck component. Lastly, fix drop tip
wizard in the case of a configured module.
Closes RQA-2622, Closes RQA-2638
Review Requests
Risk assessment
low