Background
The team is testing an activity tab that would add reading insights to existing history tab with the goal of deepening engagement and increasing retention of readers.
Requirements
- Show up to 3 "Top categories" this month (minimum 1)
- Selection of categories should match Android implementation which does:
- Show top categories for the calendar month
- Show categories even if someone has only visited the page once
- We do not need to filter for interesting categories (2+ spaces) as we did in YiR
- Selection of categories should match Android implementation which does:
- Nothing happens when tapping on categories (will be added in task for creating Categories screen)
- Categories are cleared if someone clears their reading history
Designs
Reference
Android implementation: T399748
Engineering notes
- From ActivityTabDataController, write a method that internally calls WMFCategoriesDataController to get list of categories for the last month.
