In T407170, we are introducing a view that will enable us to, among other things, look at how specific TextMatching suggestions (T398478) perform.
To enable this, we'll need to log data about specific TextMatch implementations rather than the aggregating metrics about – what might be – tens or hundreds of different TextMatch suggestions into one broad category as is currently done.
Story
As a member of the Editing Team motivated to introduce TextMatch-based Edit Suggestions that volunteers find compelling and constructive, I'd like be able to see and track how individual suggestions are performing, so that I can decide 1) what new Suggestions to introduce, 2) what suggestions to refine further, 3) what suggestions to deactivate
Requirements
When a user/admin adds a new TextMatch suggestion (matchItem) to the TextMatch config, we will require it to have a unique id, such as potentialLLM or idioms.
Any time an editor selects an action (accept, dismiss, etc.) in the TextMatchEditCheck dialog, we can log the matchItem and their action as textmatch-[matchitemUID]-[action].
Done
- Requirements drafted
- @MNeisler to review + approve proposed requirements
- Implement requirements
- On wikis where TextMatch is already available within MediaWiki:Editcheck-config.json, update file to include new syntax this ticket introduces

