The code refactor we merged in June (https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/1010703) resulted in our range check for inserted content changing.
As a result, we currently trigger the Reference Check for large additions to existing paragraphs, not just new paragraphs (as we'd originally specified):
This task involves the work of investigating what – if any – impact this change has had.
Decision(s) to be made
- 1. What – if any – adjustments will we make to the logic that determiens whether the Reference Check Will is shown?
- Might we revert the logic back to its original state? Read: only activate the Check when a new paragraph is added.
- Might we keep the logic in its current state in place?
- Might we iterate upon that's currently in place?
Research questions
In the two weeks before and after this change was merged...
- Do we notice a change in how likely the Reference Check is to be disrupting people as measured by:
- Edit completion rate
- False positive report rate
- Revert rate
- Do we notice a change in how likely the Reference Check is to cause people to publish constructive edits as measured by:
- Absolute number of people who are adding a citation as a result of this rule change
- Proportion of edits Edit Check was activated within that result in a new reference being added (and the edit not being reverted)
