Wikidata / editgroups

Tool to track and revert edit groups on MediaWiki instances

Home Page:https://editgroups.toolforge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide a way to see recent changes for items edited in a given batch

Daniel-Mietchen opened this issue · comments

Ideally, changes linked to or (and perhaps and) from items in that batch, similar to Special:RecentChangesLinked
Example:

That would require a dedicated index that would be very expensive to maintain, so this is probably not going to happen.

One variant of this would be to expose better which properties were added or deleted in a batch, which would make it possible to see all the batches adding or deleting ORCID ids for instance. This would be similar to the existing tagging features on batches. This is more expensive than the current indexing strategy (which only uses data from EventStream) because it generally requires fetching the diffs of the edits, which we currently don't do. But we could restrict that fetching to only the edits with opaque operations codes (such as wbeditentity), and maybe only sample from these (because we don't expect a given batch to use widely varying properties in edits).

I've implemented something different which hopefully fits your needs! You can now filter by properties added or removed in each batch (not all batches are indexed, this will take some time).