User story: As a moderator, I want recommendations for which edits might require my attention, so that I can easily find moderation tasks which require actions.
Designs
Mobile entrypoint
Module
| Desktop | Desktop (with User Info card turned on) | Mobile |
Popover
| Desktop | Mobile |
Acceptance criteria
- Displays 10 edits from the Recent Changes table
- Edits should not have been reverted
- Edits should have high revert risk score (matching the score used in the Recent Changes filter) if ores in enabled
- This filter will be skipped if ores is not enabled
- Edits should be to the main namespace
- Edits should not be page creations
- Edits should be randomly selected on each page load
- If the wiki uses RCPatrol or FlaggedRevs, the edit should be unpatrolled/unreviewed
- Edits should not be made by the user viewing the list
- Edits are listed with relevant metadata: Article title, short description, edit summary, username, bytes changed, date/time
- For the date - if the edit is from today, it includes 'hh:mm, today'. If the edit is from a day other than today, it displays date [dd month yyyy].
- Bytes changed should be green if positive (content added #006400), red if negative (content removed #8B0000) or gray if 0 (text-color disabled #A2A9B1).
- Clicking an edit takes you to the relevant diff page for this edit, in a new tab
- Clicking a username takes you to that user's user page
- The cards have a hover state where the background color changes to interactive-hover-subtle #EAECF0 on hover.
- The module contains a link to Special:RecentChanges to view all recent edits, pre-filtered for high revert risk (Special:RecentChanges?revertrisklanguageagnostic=all) under the edit list.
- At the top of the module, there should be the following text: Help keep Wikipedia reliable by reviewing the following edits which may need attention by selecting an edit and reviewing the change.
- The Info icon opens a popover with further information.
- On mobile, the dashboard displays basic information about the top edit that will be displayed in the list.
- If users have the User Info card preference turned on, the icon should be displayed next to the username.



























