-
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
feat(protocol-designer): wire up substeps for transfer and mix #16383
Conversation
protocol-designer/src/assets/localization/en/protocol_steps.json
Outdated
Show resolved
Hide resolved
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/MultichannelSubstep.tsx
Outdated
Show resolved
Hide resolved
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/MultichannelSubstep.tsx
Outdated
Show resolved
Hide resolved
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/PipettingSubsteps.tsx
Outdated
Show resolved
Hide resolved
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/Substep.tsx
Outdated
Show resolved
Hide resolved
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/Substep.tsx
Outdated
Show resolved
Hide resolved
96b0d0b
to
8627016
Compare
{t('shared:done')} | ||
</PrimaryButton> | ||
} | ||
height="calc(100vh - 64px)" |
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.
do you think it is possible to avoid using vh
here?
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.
all the toolboxes use vh 😬 i made a ticket to refactor all of them
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/SubstepsToolbox.tsx
Outdated
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.
lgtm
closes AUTH-854 AUTH-824 AUTH-804
Overview
Not really blocked by anything but would be good to rebase off of #16378 after it merges in
Wires up the substep details for pipetting steps (mix and transfer) and adds the labware labels to the deck when you're hovering over a step
Designs for this aren't quite finalized so we will probably have to go back and refine things
A follow up is to add test coverage: https://opentrons.atlassian.net/browse/AUTH-884
Test Plan and Hands on Testing
Create a flex or ot-2 protocol and add a mix step and a transfer step. To add a mix step, you'll have to turn off the redesign ff and make it through old PD
To access the step details, hit the timeline step overflow menu button and select "view details". It should only be a button available for transfer, mix and thermocycler steps. Note that the thermocycler details are not wired up yet.
Changelog
substeptoolbox
component and make components for single channel, multi channel, and thermocycler (which will be wired up separately)Risk assessment
low