Page MenuHomePhabricator

Add an tooltip for adding to reading lists from the article view
Closed, ResolvedPublic1 Estimated Story Points

Description

Proposed solution for a discoverability issue uncovered in user testing in T196398

Problem

i. Some users are not that the bottom article toolbar contains a bookmark icon that allows them to add an article to their reading lists.
ii Users are mistakenly going to their "Reading lists" list screen instead via the article overflow menu item.

Proposed solution

  1. Trigger an onboarding tooltip about using the bookmark in the article toolbar if user taps on the reading list overflow and returns to the article view twice without adding an article.
  2. Remove the conflicting "long press" tooltip.

Proposed copy (should appear as the tooltip highlights the add to reading list bookmark icon in the bottom article toolbar):

TitleAdd to reading list
TextTap on the bookmark icon to save the article to a reading list.

Steps to QA:
On a fresh installation :

  1. The toC tooltip shows first, which triggers after you go two articles deep into the rabbit hole.

The Bookmark tooltip occurs on next article load, only if:

  1. The bookmark icon on article screen has not been clicked after installation
  2. You have not saved an article in any other way [ including a Featured article, or from overflow of a list item]
  3. You have clicked on the 'Reading lists' option on the overflow menu of article screen twice

.. and then on the next load of article it shows up

On an old installation, just from steps 2-4.

Event Timeline

Charlotte set the point value for this task to 1.

@RHo Is the tool tip text available somewhere?

Change 461722 had a related patch set uploaded (by Sharvaniharan; owner: Sharvaniharan):
[apps/android/wikipedia@master] [WIP] Bookmark Tooltip

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

Change 461722 abandoned by Sharvaniharan:
Bookmark Tooltip

Reason:
Will create a new branch since this patch changed the bottomline logic : https://gerrit.wikimedia.org/r/#/c/apps/android/wikipedia/ /462571/

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

Change 461722 restored by Sharvaniharan:
Bookmark Tooltip

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

Change 461722 merged by jenkins-bot:
[apps/android/wikipedia@master] Bookmark Tooltip

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

@RHo could you please confirm that step#3 on the 'Steps for QA' in the task def. is a correct assumption?

Hi @Sharvaniharan - since this is about calling out the reading list icon in the article review context, step 3 should be omitted from the QA steps

ABorbaWMF added a subscriber: ABorbaWMF.

Thanks @RHo

LGTM on 2.7.239-alpha-2018-10-15 on a couple devices and in landscape

Change 467834 had a related patch set uploaded (by Sharvaniharan; owner: Sharvaniharan):
[apps/android/wikipedia@master] Fix: Actions outside the article screen should not affect showing bookmark tooltip

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

Change 467834 merged by jenkins-bot:
[apps/android/wikipedia@master] Fix: Actions outside the article screen should not affect showing bookmark tooltip

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

@ABorbaWMF @RHo the fix has been merged. In the latest alpha you should see that saving an article from anywhere else other than by tapping bookmark on article screen will not affect showing the tooltip. In the previous version, when you install app, save an article from featured article, or overflow of list items, the tooltip would not be shown on the article screen. I don't think you need to QA again... @cooltey has verified... but just wanted to update you..