Page MenuHomePhabricator

Add a link: Return to the first link suggestion when a user chooses to "Review again" after skipping all suggestions
Closed, ResolvedPublic

Description

When someone skips all the suggested links on an article, they are presented with a dialog to confirm they really did have no decision on all options (by selecting the "Skip all" action) or else to review them again by selecting "Review again".

Problem
On selecting "Review again", the user is returned to the edit page on the final link suggestion. This is unnexpected and confusing because they are not actually reviewing all suggestions again, only the final one.

Proposed solution

  • Scenario A. For articles where there is >1 suggested link - Upon selecting "Review again" in the dialog, the user should be returned to the very first suggested link in the article.
  • Scenario B. For articles where there is only 1 suggested link - Do not show the confirmation dialog at all, but instead let the user proceed with skipping all.

image.png (1×726 px, 129 KB)

Event Timeline

Change 714417 had a related patch set uploaded (by MewOphaswongse; author: MewOphaswongse):

[mediawiki/extensions/GrowthExperiments@master] Add a link: Return to the first suggestion when reviewing again

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

Skip all w/single suggestion:

addlink_skipAll_single.gif (1×752 px, 1 MB)

Skip all w/multiple suggestions:

addlink_skipAll_multiple.gif (1×752 px, 1 MB)

Change 714417 merged by jenkins-bot:

[mediawiki/extensions/GrowthExperiments@master] Add a link: Return to the first suggestion when reviewing again

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

Etonkovidova subscribed.

Checked on wmf.21 - works as expected.