Support for collaborative node editing
twom - January 5, 2008 - 14:35
| Project: | Kudos |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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

#1
Hmm..
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?
#2
I 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.
#3
I 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.
#4