feat: Learning Hub Guided Tours#2297
Draft
camielvs wants to merge 1 commit into
Draft
Conversation
This was referenced May 20, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
🎩 PreviewA preview build has been created at: |
ec332e4 to
cc5778e
Compare
3c18599 to
1d42d12
Compare
cc5778e to
0f30f2c
Compare
0f30f2c to
4cc74f0
Compare
59ea49b to
18b7e6d
Compare
4cc74f0 to
fd9690e
Compare
3 tasks
fd9690e to
8c23f4e
Compare
8c23f4e to
b781af4
Compare
18b7e6d to
7a59caa
Compare
12125e7 to
77a5131
Compare
0d781fb to
86acec5
Compare
802d35f to
ed60f71
Compare
86acec5 to
888eb3e
Compare
f902a92 to
885177d
Compare
f1eb709 to
51800ff
Compare
This was referenced May 26, 2026
51800ff to
b73fea7
Compare
This was referenced May 28, 2026
b73fea7 to
faca533
Compare
3 tasks
faca533 to
879e09d
Compare
6dd596c to
aec739b
Compare
879e09d to
4bd1952
Compare
aec739b to
d9e3e7e
Compare
4bd1952 to
917ed90
Compare
d9e3e7e to
e10ba71
Compare
917ed90 to
336ade9
Compare
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
Scaffolds the guided tours UI surface — the
/learn/tourspage and the/tour/$tourIdroute stub. UI only; the actual tour engine, registered tours, and ephemeral-pipeline plumbing land in upstack PRs.What's here
/learn/tours(LearnToursView.tsx) — Featured Tours strip on the dashboard and the full Tours Library grid/tour/$tourIdroute stub (Tour.tsx) — wired into the router so the framework PR (feat: Guided Tours Framework #2299) can plug in tour lifecycleFeaturedTours/ToursLibrary— render every tour card as "Coming soon" viaLearnComingSoonuntil the framework registers anytours.json/tours.ts— placeholder tour catalog and type definitionsNothing in this PR runs a tour, modifies the editor, or touches pipeline storage.
Related Issue and Pull requests
Closes https://github.com/Shopify/oasis-frontend/issues/621
Type of Change
Checklist
Screenshots
Test Instructions
/tour/<anything>reaches the route stub without crashing