collective.wasthisuseful

by Kees Hink last modified Nov 16, 2011 12:13 PM

Simple yes/no usefulness rating for Plone content, enables e-mail notification

Project Description

Introduction

This product adds a viewlet which allows users to rate the usefulness of a content item.

It also registers an Event which can be used in Plone's Content Rules so that an e-mail can be sent immediately after a rating has been submitted.

Features

  • Viewlet (below content) presents a form with the question "Was this information useful?":
    • Clicking "Yes" immediately submits
    • Clicking "No" shows a comment field and submit button
  • By default, enabled for "Document" types, others selectable.
  • Can be overridden (enabled and disabled) for all content types.
  • Enables immediate e-mail notification, with the rating value ("Yes" or "No") and rating comment (in the case of "No") as e-mail variables.

Installation

To your buildout.cfg, add:

eggs =
    ...
    collective.wasthisuseful

After that, just install via the "Add-on" controlpanel.

Usage

Enable e-mail notification

Create a content rule which has "Usefulness rated" as a trigger. As the rule's action, select "Send e-mail". In the e-mail message, you can use ${usefulness_comment} and ${usefulness_value} as variables (in addition to the usual ${url} and ${title}.

Select enabled types

The "WasThisUseful-settings" form enables you to select on which content types the viewlet is available. You can reach is via the Plone control panel ("Site setup") or directly via @@wasthisuseful-settings.

Enabling and disabling specific folders

You can override the "enabled types" behaviour by going to the "Usefulness ratings" tab. On folderish objects, you can disable rating for the folderish object and its children.

You can even do this for content items that are not in the "enabled types" list.
Whether an object has ratings enabled is decided in the following order:
  1. Has the object itself been set to enabled / disabled (using the "Usefulness ratings" tab)? If so, use that setting.
  2. Has the object's direct parent been set to enabled / disabled (using the "Usefulness ratings" tab)? If so, use that setting.
  3. Is the object of a type that has been enabled on the "WasThisUseful-settings" controlpanel?

To do

  • Show warning when viewing settings of item that is default view (like Topic aggregator in News Folder).
  • Show number of ratings
  • Integrate with collective.contentratings
  • Translate rating value ("Yes"/"No") in content rule e-mail

Changelog

0.2 (2011-11-15)

  • Add permission wasthisuseful: Manage ratings for controlpanel
  • Allow to disable ratings for folders (and the children in them)
  • Make settings on folder take precedende over enabled types

0.1dvldev (unreleased)

  • Initial release

Current Release
collective.wasthisuseful 0.2

Released Nov 15, 2011 — tested with Plone 4.1, Plone 4

Add a "usefulness-ratings"-setting to folders, this takes precedence over the site-wide enabled types.
More about this release…

Download file Get collective.wasthisuseful for all platforms
collective.wasthisuseful-0.2.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
0.2 Nov 15, 2011 Add a "usefulness-ratings"-setting to folders, this takes precedence over the site-wide enabled types. More about this release…
Plone 4.1
Plone 4
GPL final
0.1dvl More about this release… pre-release

Comments (0)