Page MenuHomePhabricator

Consider adding a Back button along with Next/Okay
Closed, ResolvedPublic

Description

Author: swalling

Description:
From a usability standpoint, it is an advantage for the user to be able to move back and forth in a product tour while they orient themselves. We should consider adding Back buttons as secondary actions on guiders.

If we did this, we would need to carefully consider their placement, styling, and other visual treatments to ensure that they don't make the user experience more confusing. There are various ways we could implement them, and having both options suggests the possibility of including a simple forward/back icon in the relevant buttons as well.


Version: unspecified
Severity: enhancement

Details

Reference
bz55772

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:38 AM
bzimport set Reference to bz55772.

Change 137837 had a related patch set uploaded by Robmoen:
Add back button functionality.

https://gerrit.wikimedia.org/r/137837

Change 137837 merged by jenkins-bot:
Add back button functionality and auto next/back buttons.

https://gerrit.wikimedia.org/r/137837

Change 145175 had a related patch set uploaded by Mattflaschen:
Add back button functionality and auto next/back buttons.

https://gerrit.wikimedia.org/r/145175

Change 145175 merged by jenkins-bot:
Add back button functionality and auto next/back buttons.

https://gerrit.wikimedia.org/r/145175

Tours can now be defined by calling .back() on stepBuilder object. Until the tour api docs are updated, see test.js (test tour) for usage.