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"
Updated by Georg Ringer over 4 years ago
- Status changed from New to Rejected
Thanks for creating the issue. however I don't see a need for that in the core because of the following reasons:
- extensions can cover that perfectly fine. there are tons of hooks in the
DataHandler
which can be used for tracking content changes and lots of hooks inFormEngine
/RecordList
to show info to editors. - Every content workflow needs some possibly different configurations.
I am currently creating such extension, will be published at github.com/georgringer/ownership. get in contact if you need such features now
Actions