We need to decide if we keep our current stratagem of making decisions a seperate node type or allow any node type (or comment!) to be "decided" or "approved" upon.

See CCK, event and mediumvote for inspiration.

I personnally think that we should drop the mode-spcific content-types, make that a parameter chosen on the fly (as it was before) and allow decisions to be attached to any content type (like event or mediumvote). Not sure how/where CCK comes in the picture.

Comments

anarcat’s picture

anarcat’s picture

Title: allow decisions to be attached to other node types » 2.0 - allow decisions to be attached to other node types

See also #532758: 2.0 - refactor algorithms into modules. Basically, the idea here would be to make decisions a layer over other voting mechanisms (like fivestar). The algorithms could be used as some computed view (#99419: provide a couple of sample views) of nodes that have been voted on. We should still keep node-based decisions.

stinky’s picture

Is there a status on this? I'd like to use decisions, but I need to be able to integrate it with the workflow modules and tie it to a node type.

anarcat’s picture

There wasn't any progress here, apart from some blurbs in this this discussion.

j0nathan’s picture

Component: Code » Code - Base Decisions module
summit’s picture

Subscribing.
Coming from #867652: Is it possible to attach the decisions to a specific node?.
greetings, Martijn

giorgio79’s picture

Pollfield already does this, possible way forward
http://drupal.org/project/pollfield

It would need some expansion though on the available vote types :)

janis_lv’s picture

pollfield atm is buggggyyy :[

i'd love to add decisions to "forum" content type, and then allow voting per node.