Skip to content
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

Merged
merged 9 commits into from
Oct 2, 2024

Conversation

jerader
Copy link
Collaborator

@jerader jerader commented Sep 30, 2024

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

Screenshot 2024-09-30 at 13 10 11

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

  • wire up the labware label when labware is hovered over
  • wire up the "view details" button in the step overflow menu
  • create the substeptoolbox component and make components for single channel, multi channel, and thermocycler (which will be wired up separately)

Risk assessment

low

@jerader jerader marked this pull request as ready for review October 1, 2024 12:24
@jerader jerader requested review from a team as code owners October 1, 2024 12:24
@jerader jerader requested review from brenthagen and removed request for a team October 1, 2024 12:24
@jerader jerader changed the title feat(protocol-designer): wire up pipetting details feat(protocol-designer): wire up substeps for transfer and mix Oct 1, 2024
@jerader jerader requested review from koji and ncdiehl11 and removed request for a team and brenthagen October 1, 2024 12:24
@jerader jerader force-pushed the pd_substeps-wireup branch from 96b0d0b to 8627016 Compare October 1, 2024 14:32
{t('shared:done')}
</PrimaryButton>
}
height="calc(100vh - 64px)"
Copy link
Contributor

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?

Copy link
Collaborator Author

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

https://opentrons.atlassian.net/browse/RQA-3262

@jerader jerader requested a review from koji October 2, 2024 12:40
Copy link
Contributor

@koji koji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jerader jerader merged commit a5f4f04 into edge Oct 2, 2024
31 checks passed
@jerader jerader deleted the pd_substeps-wireup branch October 2, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants