There are various parameters that we want to be able to control:
| Attribute | Default setting |
|---|---|
| The number of minimum link recommendation tasks a topic should have | 500 |
| Minimum number of links every recommendation needs to have | 4 |
| Minimum probability score each recommended link needs to have | ? |
| Maximum number of link recommendations to display per article | 10 |
| Categories to exclude (not specific to the task-type) | None |
| Templates to exclude (not specific to the task-type) | None |
| Time since last edit | 1 day |
| Article word count (max/min) | - |
We have MediaWiki:NewcomerTasks.json which allows for on-wiki configuration to override the default configuration provided by GrowthExperiments extension.json; this seems like a good place to add task specific configuration for the new suggested links task type.