User Story:
As an admin, I want to be able to adjust the "Add a link" task, because then I can ensure it works well for both newcomers and patrollers.
Details
Currently the on Suggested Edits editor form, under the "Add a link" task, there are two fields which are not configurable in Special:EditGrowthConfig:
We should improve the copy and validation for these fields to ensure communities know how to use these fields and there is validation to ensure only acceptable values are added.
Previous work related to Weight of underlinked articles: T301096: Add a link: prioritize suggestions of underlinked articles / https://phabricator.wikimedia.org/T301096#8388234
Previous work related to the Minimum required link score:
T316079: Bump threshold for confidence score on link recommendation service suggestions
Acceptance Criteria
Update copy:
Old copy:
Weight of underlinked articles
New copy:
Communities can adjust how underlinked articles are prioritized. This field requires a percentage in its decimal form, so the number should be between 0 and 1. The more you increase this number, the more likely newcomers will receive underlinked article suggestions.
Add validation:
This field should only accept a number that is ≥0 and ≤ 1.
Old copy:
Minimum required link score
New copy:
Communities can adjust the confidence threshold for link recommendations. This field requires a percentage in its decimal form, so the number should be between 0 and 1. If you increase the number, the suggestions presented to the end user will have a higher likelihood of being good suggestions, however fewer suggestions will be available. If you decrease the number, there will be more suggestions available but some will have a lower likelihood of being good quality suggestions.
Add validation:
This field should only accept a number that is ≥0 and ≤ 1.


