#4: Moderated auditorium

Contents
  1. Motivation
  2. Proposal
  3. Progress log
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

  1. add new review states to Auditorium Comment workflow "approved", "rejected" and "disabled"
  2. add transitions for review states manipulation "approve", "reject", "refresh" and "enable"
  3. 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
  4. auditorium can be in two modes (set by moderated:bool attribute)
    • 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
  5. 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
  6. if Auditorium is in moderated mode put a message about it to Auditorium view

Progress log

  1. add new review states to Auditorium Comment workflow "approved", "rejected" and "disabled" - RESOLVED
  2. add transitions for review states manipulation "approve", "reject", "refresh" and "enable" - RESOLVED
  3. 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
  4. auditorium can be in two modes (set by moderated:bool attribute)
    • 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
  5. 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
  6. if Auditorium is in moderated mode put a message about it to Auditorium view - RESOLVED

Comments (0)