-
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
feat(protocol-designer): export and announcement modal for PD 8.1 #14870
Conversation
{ | ||
announcementKey: 'customParamsAndMultiTipAndModule8.1', | ||
image: ( | ||
// TODO(jr, 4/11/24): add image to announcement modal |
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 actually don't know if we need/want an image here so i'll revisit it later when Felix has signed off on PD 8.1
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.
Lots of text, and no obvious associated visual. Skipping seems fine to me.
"body1": "Introducing the {{pd}} 8.1. Starting today, you will be able to:", | ||
"body2": "Customize blowout flowRate speed and height", | ||
"body3": "Customize aspirate, dispense, and mix <i>'x'</i> and <i>'y'</i> well positioning", | ||
"body4": "Assign up to 3 types of tipracks to a single pipette", | ||
"body5": "For the Flex only; add up to 7 Temperature Modules on the deck at the same time", | ||
"body6": "All protocols require {{app}} version <strong> 7.2+ </strong> to run." |
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.
can you review the copy here when you have a minute @ecormany?
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.
"body1": "Introducing the {{pd}} 8.1. Starting today, you will be able to:", | |
"body2": "Customize blowout flowRate speed and height", | |
"body3": "Customize aspirate, dispense, and mix <i>'x'</i> and <i>'y'</i> well positioning", | |
"body4": "Assign up to 3 types of tipracks to a single pipette", | |
"body5": "For the Flex only; add up to 7 Temperature Modules on the deck at the same time", | |
"body6": "All protocols require {{app}} version <strong> 7.2+ </strong> to run." | |
"body1": "Introducing {{pd}} 8.1. Starting today, you will be able to:", | |
"body2": "Customize blowout speed and height.", | |
"body3": "Adjust horizontal position within a well when aspirating, dispensing, or mixing.", | |
"body4": "Assign up to three types of tip racks to a single pipette.", | |
"body5": "Add multiple Temperature Modules to the deck (Flex only).", | |
"body6": "All protocols require {{app}} version <strong>7.2.0 or later</strong> to run." |
Double-check me: is it 7.2.0 for the required robot software?
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.
There are pipette collision logic updates that were added in App 7.2.0 that will be mirrored in PD 8.1. Otherwise, all the added functionality in this release has been supported in App prior to App 7.2.0
@koji , oh wow good catch. i did not see a scrollbar from my end! i can add a css prop to make sure the scrollbar is always invisible. |
@koji i decided not to mess with the css since its using the legacy |
that makes sense. At least changes look good to me. |
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
@jerader could you take a look into e2e test? |
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.
Left some copy suggestions. This looks like an exciting release! 🚀
{ | ||
announcementKey: 'customParamsAndMultiTipAndModule8.1', | ||
image: ( | ||
// TODO(jr, 4/11/24): add image to announcement modal |
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.
Lots of text, and no obvious associated visual. Skipping seems fine to me.
"body1": "Introducing the {{pd}} 8.1. Starting today, you will be able to:", | ||
"body2": "Customize blowout flowRate speed and height", | ||
"body3": "Customize aspirate, dispense, and mix <i>'x'</i> and <i>'y'</i> well positioning", | ||
"body4": "Assign up to 3 types of tipracks to a single pipette", | ||
"body5": "For the Flex only; add up to 7 Temperature Modules on the deck at the same time", | ||
"body6": "All protocols require {{app}} version <strong> 7.2+ </strong> to run." |
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.
"body1": "Introducing the {{pd}} 8.1. Starting today, you will be able to:", | |
"body2": "Customize blowout flowRate speed and height", | |
"body3": "Customize aspirate, dispense, and mix <i>'x'</i> and <i>'y'</i> well positioning", | |
"body4": "Assign up to 3 types of tipracks to a single pipette", | |
"body5": "For the Flex only; add up to 7 Temperature Modules on the deck at the same time", | |
"body6": "All protocols require {{app}} version <strong> 7.2+ </strong> to run." | |
"body1": "Introducing {{pd}} 8.1. Starting today, you will be able to:", | |
"body2": "Customize blowout speed and height.", | |
"body3": "Adjust horizontal position within a well when aspirating, dispensing, or mixing.", | |
"body4": "Assign up to three types of tip racks to a single pipette.", | |
"body5": "Add multiple Temperature Modules to the deck (Flex only).", | |
"body6": "All protocols require {{app}} version <strong>7.2.0 or later</strong> to run." |
Double-check me: is it 7.2.0 for the required robot software?
closes AUTH-8 AUTH-9
Overview
Add announcement and update export modal. App version 7.2.0 or higher is needed in order to match the pipette collision warnings that were introduced in App 7.2
Test Plan
check the 2 modals -> first opening PD and then exporting a protocol
Changelog
Review requests
see test plan
Risk assessment
low