Feature/models tutorials - #417
Merged
Merged
Conversation
…nd new step guidance
…next button interaction
…lidation and scrolling behavior
…e and run creation handling
…nd improve layout logic
…el in session tour
… tooltip interactivity
cristian-tamblay
approved these changes
Jan 15, 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.
Summary
Adds comprehensive guided tours for the Models module, including a main models tour and a session visualization tour. Implements a custom tooltip component with responsive design, conditional rendering, and interactive step support. Tours guide users through the complete workflow from dataset selection to model training and analysis.
Type of Change
Check all that apply like this [x]:
Changes (by file)
Tour System Core:
DashAI/front/src/components/tour/CustomTooltip.jsx: New custom tooltip component with responsive width calculation, placement-based sizing, and support for interactive stepsDashAI/front/src/components/tour/TourProvider.jsx: AddedfloaterProps={{ disableFlip: true }}to prevent automatic tooltip repositioningDashAI/front/src/components/tour/tourStyles.js: Removed fixed width to allow CustomTooltip dynamic sizing, added scroll blocking behaviorDashAI/front/src/components/tour/TourButton.jsx: Enhanced to support disabled state with custom tooltip messageTour Definitions:
DashAI/front/src/constants/tours/modelsTour.js: New 12-step tour for the models module covering task selection, dataset configuration, feature selection, and session creationDashAI/front/src/constants/tours/modelsSessionTour.js: New 9-step tour for session visualization covering model addition, configuration, training, and result analysisDashAI/front/src/constants/tours/index.js: Export and register both new toursModels Module Integration:
DashAI/front/src/pages/models/ModelsContent.jsx: Major refactor to support tour integration with state tracking, session tour auto-start logic, and conditional tour availabilityDashAI/front/src/pages/models/Models.jsx: Added tour context providersDashAI/front/src/components/models/SessionVisualization.jsx: Addeddata-tourattributes for tour targetingDashAI/front/src/components/models/CreateSessionSteps.jsx: Added tour detection and sessionStorage flag for tour transitionsDashAI/front/src/components/models/RunCard.jsx: Addeddata-tourattribute for run card targetingDashAI/front/src/components/models/AddModelDialog.jsx: Addeddata-tourattributeDashAI/front/src/components/models/RightBar.jsx: Addeddata-tourattribute for models panelDashAI/front/src/components/models/model/ModelListItem.jsx: Addeddata-tourattributes for model selectionDashAI/front/src/components/models/SetNameAndDatasetStep.jsx: Addeddata-tourattributes for dataset selectionSupporting Components:
DashAI/front/src/components/experiments/PrepareDatasetStep.jsx: Addeddata-tourattributes for column selectionDashAI/front/src/components/notebooks/notebookCreation/DatasetAutocomplete.jsx: Addeddata-tourattributeDashAI/front/src/components/threeSectionLayout/OptionBox.jsx: Addeddata-tourattributeTesting
Notes