comments icon indicating copy to clipboard operation
comments copied to clipboard

FR: Make it a rating / voting plugin.

Open johanneslamers opened this issue 9 years ago • 6 comments

Half of the work is done.. make it a rating / voting plugin.

  • Comments with rating
  • Plain rating of content elements
  • Voting of content elements

johanneslamers avatar Apr 17 '15 08:04 johanneslamers

I'm looking into the same functionality right now on an existing project. I think I'm going to tackle adding reviews this week.

Any initial thoughts on how this should work? I think it makes the most sense to add a rating field to the model/record for comments...

jasonmccallister avatar Aug 10 '15 18:08 jasonmccallister

@themccallister It would likely be an additional model for Ratings - just because a rating has a few things associated with it (the actual rating, text, user, etc). This would of course be linked to a comment model.

engram-design avatar Aug 18 '15 03:08 engram-design

We recently required this functionality (And didn't like any of the current rating plugins available) and were already using Comments. So we've created a small little extension plugin to enable basic rating on a comment.

https://github.com/madebyshape/comments-rating

(Just until Crawf add's this functionality of course :D )

madebyshape avatar Aug 25 '16 10:08 madebyshape

Woow this is great!!!

Op 25 aug. 2016, om 12:09 heeft Shape [email protected] het volgende geschreven:

We recently required this functionality (And didn't like any of the current rating plugins available) and were already using Comments. So we've created a small little extension plugin to enable basic rating on a comment.

https://github.com/madebyshape/comments-rating https://github.com/madebyshape/comments-rating (Just until Crawf add's this functionality of course :D )

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/engram-design/Comments/issues/23#issuecomment-242339287, or mute the thread https://github.com/notifications/unsubscribe-auth/AEeo-8FEcqhQ9jtj26kfF7K93G2qxLqiks5qjWnAgaJpZM4ECk4O.

johanneslamers avatar Aug 25 '16 10:08 johanneslamers

Thanks! Hope Crawf doesn't mind, don't want to be stepping on his toes! :) It's only very basic and no plans to make it super complex. It was created to project specs so we just released it public.

madebyshape avatar Aug 25 '16 10:08 madebyshape

@madebyshape Not in the slightest - you're more than welcome to build on-top of, or take anything from the Comments plugin.

Its on our very long-term todo list, but this is a great solution until that time. We'll essentially tick it off from our end 😉

engram-design avatar Aug 25 '16 11:08 engram-design