Integrate help_topics with tours

Created on 16 June 2021, about 3 years ago
Updated 6 May 2024, about 2 months ago

Problem/Motivation

In #3215784-12: [META] Fix up topics to use new help_route_link function β†’ I found that help_topics could add routes to front-matter to allow tours display help topics' steps related to the route.
Core provides just few tours but help topics now provides steps to achieve some goals (create image style or view) which split into steps.

Most of topics points to set of routes with links to buttons or elements which could be used by tour to display where user should click and activate tour if it comes from topic page.
Probably it's blocked on ✨ Decouple tour triggering from the toolbar Needs work

PS: It also could be used as test scenarios later

Steps to reproduce

N/A

Proposed resolution

---
label: 'Editing an existing view display'
related:
  - views.overview
  - views_ui.add_display
+routes:
+  - views: entity.view.collection
---
-{% set views = render_var(url('entity.view.collection')) %}
+{% set views_link_text %}
+{% trans %}List of views{% endtrans %}
+{% endset %}
+{% set views_link = render_var(help_route_link(layout_link_text, front_matter.routes.views)) %}

Remaining tasks

Make a patch, review, and commit.

User interface changes

TBD.

API changes

None.

Data model changes

None.

Release notes snippet

Not necessary. This is an Experimental module.

✨ Feature request
Status

Active

Version

1.0

Component
TourΒ  β†’

Last updated 17 days ago

Created by

πŸ‡«πŸ‡·France andypost

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024