feat: Guided Tour - Subgraphs#2366
Draft
camielvs wants to merge 1 commit into
Draft
Conversation
🎩 PreviewA preview build has been created at: |
This was referenced Jun 3, 2026
Collaborator
Author
3 tasks
49656f5 to
a182d2f
Compare
9fbf807 to
d683836
Compare
5adf525 to
514c488
Compare
d683836 to
da85695
Compare
05098d2 to
b571f54
Compare
6ad31e0 to
d394e10
Compare
b571f54 to
0124745
Compare
c63e444 to
a4ded78
Compare
0124745 to
75ab404
Compare
a4ded78 to
7ef63ec
Compare
75ab404 to
43e2348
Compare
7ef63ec to
9b23355
Compare
677a1a3 to
601b598
Compare
ee939da to
352b162
Compare
0bf07b8 to
ccceaaf
Compare
352b162 to
5d3afbc
Compare
ccceaaf to
d97d028
Compare
5d3afbc to
27c0b3b
Compare
d97d028 to
adb10d0
Compare
27c0b3b to
0f52445
Compare
adb10d0 to
3830d88
Compare
0f98943 to
f541439
Compare
3830d88 to
0f6861d
Compare
This was referenced Jun 10, 2026
0f6861d to
4ba9aae
Compare
f541439 to
4b15ecd
Compare
This was referenced Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
The registered Subgraphs guided tour — a 16-step walkthrough of what subgraphs are, how to navigate them, and how to unpack and re-create them. Uses the subgraph interaction mechanics from #2365 and boots into a temporary tour pipeline seeded from a new
Intro: Subgraphsexample.The tour goes full circle: explore three existing subgraphs → dive in and back out → unpack one into its tasks → re-bundle those tasks into a brand-new subgraph.
What's in the tour
navigate-into-subgraph)pipeline-treedock window)navigate-to-root)select-task)unpack-subgraph)multi-select-tasks, min 2)create-subgraph)Interactive steps fall back to non-interactive copy when the prompted state is already satisfied (consistent with #2306 / #2312).
DOM anchors & assets added in this PR
Following the convention that tour-specific anchors ship with the tour:
public/tour-pipelines/Subgraphs.pipeline.component.yaml(Intro: Subgraphs: three subgraph tasks — Data Preparation, Training, Evaluation — each wrapping its own internal graph).SubgraphBreadcrumbsView—data-tour="subgraph-breadcrumbs", plusdata-tour-crumb(root/ancestor) anddata-tour-crumb-indexso steps can ring the Root crumb.NodeMenu—data-tour="node-menu-trigger"/node-menu-content/node-menu-unpackfor the Unpack Subgraph step.SelectionToolbar—data-tour="create-subgraph-popover"(reuses existingdata-testid="selection-toolbar"/selection-create-subgraph).tours.json— registers the Subgraphs tour in the Learning Hub.Interactions consumed (defined in #2365):
navigate-into-subgraph,navigate-to-root,select-task,unpack-subgraph,multi-select-tasks,create-subgraph.Related Issue and Pull requests
Progresses https://github.com/Shopify/oasis-frontend/issues/583
Depends on #2365 (subgraph interaction mechanics) and the framework stack below it.
Type of Change
Checklist
Screenshots
Test Instructions
Dashboard → Learning Hub → Featured Tours → "Guided Tour: Subgraphs". Walk all 16 steps end-to-end.
Interactive steps
navigate-into-subgraph) — double-clicking Data Preparation advances; double-clicking another subgraph should not (it's gated to that task name).navigate-to-root) — clicking Root in the breadcrumbs returns to the top and advances.select-task) — only selecting Data Preparation advances.unpack-subgraph) — advances after Node menu → Unpack Subgraph; the highlight should track the menu trigger/content and ring the Unpack item.multi-select-tasks) — selecting both Generate and Split (Cmd/Ctrl-click or box-select) advances.create-subgraph) — the floating toolbar's Create Subgraph → name → confirm advances.Navigation / re-measurement
Tour-mode regressions
/tour/subgraphs?step=N) with canvas state intact (session storage from feat: Guided Tours Ephemeral Pipelines #2334)./learn/tours; the tour pipeline does not leak into the regular pipelines list.Additional Comments
The seed pipeline is intentionally shallow (one level of nesting per subgraph) so the tour stays legible. The mechanics (#2365) and the framework stack below it need to land first for this to run.