Page MenuHomePhabricator

Interaction Timeline MVP: Gather edits in chronological order
Closed, ResolvedPublic5 Estimated Story Points

Description

  • create architecture to gather the API data and generate what we want
  • make API requests based on form fields
  • calculate which pages to include
  • data is visible just to debug, unformatted
  • unit tests

Event Timeline

@dmaza it looks like there are a ton of endpoints that return revisions, but API:Usercontribs at least allows multiple usernames.

@TBolliger This is mostly done.
https://tools.wmflabs.org/interaction-timeline/
The revisions are loaded, but we still need to filter out the revisions to pages that are not edited by both users.
Should we do that as part of this task or create a new one?