Background
Because the mobile web version of the reading list has already been released to production, let's add instrumentation so that we can collect usage data and compare it to the desktop data.
The main flows that need to be logged are captured here in these slides. The following actions should be logged:
- User clicks/taps on the bookmark icon to save an article
- User clicks on the bookmark icon to unsave an article
- When a toast appears to notify user that the article has been saved or unsaved, they click the link in the toast that takes them to the saved articles page
- User clicks on "Saved pages" link (Note that this currently can be found in two different places; for non-AMC users, this is in the left sidebar menu. See first slide in appendix. For AMC users, this is in the user menu in the top right)
- User clicks on any of their saved articles from their saved pages
NOT in scope:
- User clicks on watch star (in the expanded menu of an article) -- we will do this in a future task
- User views onboarding dialogue on mobile (this tour has not been implemented yet in production)
Design requirements
Note that these images are based on updated designs for the mobile flow. The current design may not look 100% like these.
Requirements
Acceptance criteria
- Add clear acceptance criteria.
BDD
Test Steps & Results
- Check whether user's actions given in the task description trigger events (tracked in the Console/beta stream ) - see the Test results in the comments
This task was created by Version 1.0.0 of the Reader Experience team task template using phabulous.


