Actions
Feature #91133
closed"Review content again" date field on pages
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2020-04-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
- "Review content again" date field on pages. A shortcut menu next to the field will allow the user to select "in a week", "in a month", "in three months", "in six months", and "in a year".
- When the date has been reached, the page is highlighted in the page tree (for example with red text).
- A "Review content" module allows editors to list pages where the "review content again" date is
<= time()
and click on a page in the list to start editing it. - Each page (in the module and the Review content module") will have two buttons: "Mark as reviewed" (which sets the date to null) and "Review in X" (which will set the review date field to whatever was originally selected in the shortcut menu, e.g. X="in six months")
- A scheduler task emails the page author or an admin with a list of "today's page content for review"
Actions