#4: Moderated auditorium
- Contents
by
Lukas Zdych
—
last modified
Jan 22, 2010 06:28 AM
Auditorium manager can switch it to "moderated" mode and it means that all new comments are not listed in auditorium view but in list of unapproved comments which is accessable only by scauditorium moderators. Moderators can approve or reject unapproved comments.
- Proposed by
- Lukas Zdych
- Proposal type
- User interface, Architecture
- Assigned to release
- Repository branch
- trunk
- State
- completed
Motivation
Sometimes it is wanted to review users comments before it is published to all visitors.
Proposal
- add new review states to Auditorium Comment workflow "approved", "rejected" and "disabled"
- add transitions for review states manipulation "approve", "reject", "refresh" and "enable"
- add new security role "AModerator" which will be dedicated to manipulate with comments's review states
- owner of the comment can refresh the comment from "rejected" to "posted" review state
- auditorium can be in two modes (set by
moderated:boolattribute)- normal mode (moderated=False) - auditorium displayes all comments not checking it's review state (all in "posted" review state)
- moderated mode (moderated=True) - auditorium displayes only comments in "approved" review state
- add action "moderate" (visible only in moderated mode) to Auditorium which will list comments in all review state and let AModerator to change it's state via transition buttons
- if Auditorium is in moderated mode put a message about it to Auditorium view
Progress log
- add new review states to Auditorium Comment workflow "approved", "rejected" and "disabled" - RESOLVED
- add transitions for review states manipulation "approve", "reject", "refresh" and "enable" - RESOLVED
- add new security role "AModerator" which will be dedicated to manipulate with comments's review states - RESOLVED
- owner of the comment can refresh the comment from "rejected" to "posted" review state
- auditorium can be in two modes (set by
moderated:boolattribute)- normal mode (moderated=False) - auditorium displayes all comments not checking it's review state (all in "posted" review state)
- moderated mode (moderated=True) - auditorium displayes only comments in "approved" review state - RESOLVED
- add action "moderate" (visible only in moderated mode) to Auditorium which will list comments in all review state and let AModerator to change it's state via transition buttons - RESOLVED
- if Auditorium is in moderated mode put a message about it to Auditorium view - RESOLVED
