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, app, api): step grouping foundation #15737

Merged
merged 23 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
627fe37
add py changes and example to annotatedSteps
jerader Jul 19, 2024
ce52957
add groups actions and wire up
jerader Jul 22, 2024
2aaaba8
feat(protocol-designer, app, api): step grouping proof of concept
jerader Jul 22, 2024
49a2ea2
fix ui
jerader Jul 22, 2024
662dca1
fix the ui a bit
jerader Jul 23, 2024
06984c0
add a fixture to annotated steps
jerader Jul 23, 2024
3a9212a
fix prettier
jerader Jul 23, 2024
206d6f5
translate json command annotations into pe types
jbleon95 Sep 12, 2024
b3b13f3
fully hook up command annotations to analysis
jbleon95 Sep 16, 2024
9ad4caf
remove the fixture in AnnotatedSteps
jerader Sep 16, 2024
437b6ec
fix prettier and lint
jerader Sep 16, 2024
eec0b13
delete usage of deprecated PD components
jerader Dec 3, 2024
03d53c4
revert more PD frontend UI files
jerader Dec 4, 2024
c073b13
Merge branch 'edge' of https://github.com/Opentrons/opentrons into ap…
jbleon95 Dec 5, 2024
3f0fadd
fix annotated steps refactor
jerader Dec 5, 2024
f589785
lint fix
jbleon95 Dec 5, 2024
018c489
address FE comments, add groupedCommands key to redux getStoredProtoc…
jerader Dec 9, 2024
279d872
add groupedCommands to updateProtocolList in app-shell
jerader Dec 9, 2024
548c48c
remove error since theres only one command annotation type currently
jbleon95 Dec 9, 2024
ceffe84
Merge branch 'edge' of https://github.com/Opentrons/opentrons into ap…
jbleon95 Dec 9, 2024
68829f2
refactor selector usage and revert app-shell changes
jerader Dec 10, 2024
ea1e915
add proper CommandAnnotation type to cli analysis model
jbleon95 Dec 10, 2024
43dfa47
fix(analyses-snapshot-testing): heal app_command-annotations snapshot…
github-actions[bot] Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [],
"config": {
"apiVersion": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [],
"config": {
"apiVersion": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [],
"config": {
"apiVersion": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [],
"config": {
"apiVersion": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"commandAnnotations": [],
"commands": [
{
"commandType": "home",
Expand Down
Loading
Loading