Page MenuHomePhabricator

SX: Add control to forcefully display the quick tutorial when desired
Closed, ResolvedPublic

Description

Now that the quick tutorial is only displayed to users that do not have any section translation (draft or published), we want to also be able to forcefully display the tutorial when needed/desired.

In order to implement this control, the following options have been proposed for forcing the appearance of the tutorial:

  1. Through URL parameter
  2. Through configuration parameter
  3. Through localStorage
  4. Through more explicit option in the help panel if we want editors to have a way to check it gain, especially if we evolve it in the future to cover more details.

Event Timeline

ngkountas triaged this task as Medium priority.Aug 31 2023, 2:54 PM

Change 970419 had a related patch set uploaded (by Nik Gkountas; author: Nik Gkountas):

[mediawiki/extensions/ContentTranslation@master] SX: Enable forcing quick tutorial through URL param

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

Change 970419 merged by jenkins-bot:

[mediawiki/extensions/ContentTranslation@master] SX: Enable forcing quick tutorial through URL param

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

Change 971349 had a related patch set uploaded (by Nik Gkountas; author: Nik Gkountas):

[mediawiki/extensions/ContentTranslation@master] CX3 Build 0.2.0+20231103

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

Change 971349 merged by jenkins-bot:

[mediawiki/extensions/ContentTranslation@master] CX3 Build 0.2.0+20231103

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

The "force-quick-tutorial" URL param can now be used to forcefully display the quick tutorial when desired:

This task can be considered as done.