Postponed
Project:
Kudos
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2008 at 14:35 UTC
Updated:
2 Aug 2009 at 20:27 UTC
Hey,
This looks like a useful and promising module! Now, what about integration with websites that let people collaborate on a node. It would be nice if people could be able to give kudos to a) all the authors or b) only the creator or c) to one of the authors. Scenario a) looks like a more practical approach... we don't want this module to be too complex ;)
Are there any ideas to integrate this into the kudos module?
thx
Comments
Comment #1
socki commentedHmm..
I hadn't thought about adding this as functionality. Would you be interested in helping with it?
Mainly, what module are you using for the collaboration? Right now a node and comment has a single uid associated with it, and so that is naturally the default behavior. It would seem that for something like collaboration that we would do it as a module that hooks into kudos but is not core to it (just like userpoints).
Ideas?
Comment #2
SpriteGF commentedI think he's talking about users who collaborate on a node by making multiple revisions. In this case, the kudos module would check node_revisions, look up all rows with the nid the site visitor is viewing, then send kudos for every row's uid.
Comment #3
socki commentedI see... Thanks for the clarification
Hmm... That makes sense as an add-on or option.
Any other thoughts how that should work, or special considerations that should be taken into account. I personally haven't had a need to do that as of yet, and that's why it wasn't made part of the initial design.
Comment #4
socki commented