2.0 - allow decisions to be attached to other node types
anarcat - October 31, 2006 - 07:40
| Project: | Decisions |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
See also #91492: should decisions have a body.
#2
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: 2.0 - Display decisions - add support for Views module) of nodes that have been voted on. We should still keep node-based decisions.