Steven Heynderickx wrote on 10 Nov 2009 15:43
Originally suggested by pieterh on 24 July 2009.
We use [[module Rate]] widely in templates to allow visitors rate content up and down. We want to make the Rating module easier to use, and usable in more cases.
The Rating module in fact implements a voting system, allowing visitors to cast positive or negative votes. This approach makes it more complex than it needs to be. Our main complaints with the current Rating module are:
- It needs per-category configuration in the site manager. We'd prefer to not have to do this.
- It is too pedantic, using dialog boxes when none are in fact needed.
- It is too limited in scope, missing wider applicability.
These are the specific changes we want to make:
- Remove the [X] cancel option. It can be done simpler by [+] and [-].
- Make [+] and [-] work orthogonally, i.e. click either to rate as far as allowed in any direction.
- Allow site moderators and admins to rate as far as they like up or down.
- Remove the popups on unallowed ratings, these annoy the user and serve no purpose. If a rating action is not allowed it should simply have no effect.
- Remove the ability to see how other people rated a page.
- Remove the entire "Page ratings" panel from the site manager and specifically the need to configure / disable rating per site. This should be controlled only by the presence or absence of the Rating module on a page / template.
- Extend the Rating module to allow a custom label:
[[module Rate label="Urgency:" ]]
- Extend the Rating module to allow a name property that is used to distinguish multiple instances of the Rating module on the same page:
[[module Rate label="Value for money:" name="value" ]]
- Extend the Rating module to cover different user interfaces1:
[[module Rate type="vote | voteup | stars | bar" ]]
- When %%rating%% is used in ListPages, allow selection by name property:
%%rating%%
%%rating{value}%%
- Extend the Rating module to allow a page property that lets us rate a different page, e.g. from within a ListPages display:
[[module Rate page="category:page" ]]
- When unregistered users try to rate a page, ask them for their email address and either log them in, or register them. Note: lightweight drive-by registration is a separate design.
Should this be re-opened? Anyone still interested in these changes? | By leiger | 1 Comments | 09 May 2010 04:31 |
Cancelled due to lack of conversation. | By Squark | 1 Comments | 03 Mar 2010 16:32 |
We discourage direct comments on this thread: to discuss it, please start a sub-thread.