User tests: Successful: Unsuccessful:
Empty states often go unnoticed once a Joomla site is fully built, but when introducing new functionality, they offer a prime opportunity to guide users. Embedding a guided tour directly within these blank areas can greatly enhance user onboarding. There’s no more relevant place to learn about the functionality than in that page.
Check that tours are available and run from the following pages (no items must be present, you will need to trash then delete items on a test site if necessary to see the empty state):
administrator/index.php?option=com_content&view=articles
administrator/index.php?option=com_categories&view=categories&extension=com_content
administrator/index.php?option=com_banners&view=banners
administrator/index.php?option=com_contact&view=contacts
administrator/index.php?option=com_newsfeeds&view=newsfeeds
administrator/index.php?option=com_finder&view=filters
administrator/index.php?option=com_tags&view=tags
administrator/index.php?option=com_guidedtours&view=tours
administrator/index.php?option=com_guidedtours&view=steps&tour_id=XXX
where XXX is the id of a newly created tour.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
[?] Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_banners com_categories com_contact com_content com_finder com_newsfeeds com_tags Language & Strings Layout |
Labels |
Added:
Language Change
PR-6.0-dev
|
I would have made a successful test but the tour for categories is not correct. It assumes that you are creating a tour for categories for com_content but it is displayed for all category instances. So if you have no banner categories and run through the tour you end up creating a content category and not a banner category.
Either remove the category tour from empty state (it will rarely be displayed anyway)
or
The category tour will need to be context aware to ensure that after the tour a category is created for the correct component
I would go for the first option
Either remove the category tour from empty state (it will rarely be displayed anyway) or The category tour will need to be context aware to ensure that after the tour a category is created for the correct component
I would go for the first option
I agree, I have removed the tour link for categories.
Category | Administration com_banners com_categories com_contact com_content com_finder com_newsfeeds com_tags Language & Strings Layout | ⇒ | Administration com_banners com_contact com_content com_finder com_newsfeeds com_tags Language & Strings Layout |
you're going to need to remove the emptystate on guided tours and steps as well
if there are no tours or steps then the tour you link to in the emptystate cant run can it ;)
you're going to need to remove the emptystate on guided tours and steps as well
if there are no tours or steps then the tour you link to in the emptystate cant run can it ;)
Hmmm... where was my brain? Yes, if there are no tours, there is no tour to run to learn about tours...
However, I need to leave the empty state changes for the 'steps' tour as an empty state is visible every time a tour is created.
I have tested this item ✅ successfully on b7a2931
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45647.