Page MenuHomePhabricator

Remove Activity feed
Closed, ResolvedPublic

Description

In an attempt to emulate the transparency of Wikipedia, we implemented an activity feed showing recent applications, approvals, and signups (https://wikipedialibrary.wmflabs.org/activity/). We've never seen much interest in this page, and in a world where we have the Library Bundle makes less sense as a view of how people are using the tool.

In an effort to simplify the tool and remove bloat, we should simply remove the activity page and all associated views & unused code. This includes the application option to hide the application from the activity feed.

The following should be removed:

Event Timeline

Samwalton9-WMF renamed this task from Improve Recent Activity feed(s) to Redesign Activity feed.Nov 6 2019, 11:20 AM
Samwalton9-WMF updated the task description. (Show Details)
Samwalton9-WMF updated the task description. (Show Details)
Samwalton9-WMF renamed this task from Redesign Activity feed to Remove Activity feed.Nov 20 2020, 10:51 AM
Samwalton9-WMF updated the task description. (Show Details)

I've made an attempt to list every area where there is code relating to the activity feed or the 'hide application from activity feed' field. I may have missed something.

Hi Sam,
In activity.html can I remove whole file?

Do I have to remove whole helper.py?

In this case, you just need to remove references to the HIDDEN variable.

jsn.sherman subscribed.

Merged. Thanks for your work!