...
When the user meets ALL the following conditions, show the pulsing dot next to the “Threads” item in the sidebar (shown below). When the dot or “Threads” item is clicked, switch to the threads view and then start the tour (shown below beginning with the modal).
Conditions:
The user has not seen this tour before
The client has CRT enabled
The user has 1 or more threads
The user has completed or opted out of the initial on-boarding tour.Removing this condition in https://mattermost.atlassian.net/browse/MM-41281
...
Tour
The tour itself will compose of an intro modal and four three tips.
If the user clicks “Skip” or on any “x” at any point in the tour then we should not show any more tips and we should mark the tutorial as completed so they never see it again.
Do not allow the user to click outside any of the tips to dismiss them. They must click “Next” “x” or “skip”.
...