-
Notifications
You must be signed in to change notification settings - Fork 718
Description
What is happening?
Activity Tab continues to display users real-time Wikipedia contributions long after a course has officially ended. While the primary course statistics (Words Added, Articles Created) correctly stop at the "End Date," the Activity feed does not. Example program
The Problem:
Participants expect that once a course tracking period ends, the Dashboard will stop publicizing their wiki activity. Currently, the Activity tab fetches all recent edits via the API regardless of the course's timeframe. This creates a privacy concern where organizers/public can monitor a user's post-event activity indefinitely.
Expected behavior
The Activity feed should strictly stop displaying new contributions 7 days after the course end date to align with the standard data-fetching buffer