comments
comments copied to clipboard
FR: Make it a rating / voting plugin.
Half of the work is done.. make it a rating / voting plugin.
- Comments with rating
- Plain rating of content elements
- Voting of content elements
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...
@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.
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 )
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.
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 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 😉