As a user or institution running a campaign, I want to be able to notify a specific list of users on demand about image suggestions for articles in a specific wikipedia category, so that I can tailor the campaign to those who have signed up and to a theme.
Acceptance Criteria:
- A script exists that can notify a given hardcoded list of users about image suggestions for articles in a specific wikipedia category (not just articles on the users' watchlists)
- The users and categories represented in the script shouldn’t be excluded from the otherwise scheduled image suggestion notifications
- The script is repeatable and can be run on request for a different list of users and/or a different wikipedia category
- The script's rules and availability are documented
- An SLA exists for the turnaround time needed if a user or campaign manager is requesting that the script be run
- The SLA and information about the script are documented at https://www.mediawiki.org/wiki/Structured_Data_Across_Wikimedia/Image_Suggestions/Category_Based_Notifications
- The script can be configured to run more frequently and send more notifications than the existing scripts; e.g. for a particular event timespan, a script can be run daily instead of weekly and send 5 notifications per run instead of 2
- The script is not limited by the same constraints as the existing script (T292147), e.g. users do not need to have 500 edits
Question: Like we've come across with the somewhat similar CAT script (see T277301), will this need to be run on only a lowest-level category? Or can it run on a category and all of its subcategories?