Page MenuHomePhabricator

Activity Tab (Eng subtask): Categories module
Closed, ResolvedPublic3 Estimated Story Points

Description

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
  • 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

https://www.figma.com/design/2ShBsmgWuzsDAeTafyKzg6/App---%3E-Activity-Tab?node-id=353-2715&t=oLmEycZgBYD4WSQE-4

Reference

Android implementation: T399748

Engineering notes
  • From ActivityTabDataController, write a method that internally calls WMFCategoriesDataController to get list of categories for the last month.

Event Timeline

Tsevener set the point value for this task to 3.

Can one click the module to see more than the top 3 categories?

I suppose this is the categories that were most often included in articles one has read sorted by how often the category was present in articles on has read.

Can one click the module to see more than the top 3 categories?

Hi @Prototyperspective not in this first version, but that is something we could consider in the future!

If we have time, we are planning to make each individual category clickable, which leads you to a screen where you can see which articles you read belong to that category (that will be done in a separate task).

image.png (1×780 px, 123 KB)

I suppose this is the categories that were most often included in articles one has read sorted by how often the category was present in articles on has read.

Correct

@GOlson-WMF confirming that Android is doing Calendar month for Categories

HNordeenWMF renamed this task from Activity Tab: Categories module to Activity Tab (Eng subtask): Categories module.Wed, Oct 29, 3:11 PM