It should be possible to create decisions programmatically using, eg. feedapi. Decisions should be able to have enough default values that creating them using standard node creation methods work. This means that the start date, end date, and default choices should all be set somewhere.
I require this functionality for a site I am developing, and so will probably have a go at getting it working.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | decisionsimport.patch | 2.16 KB | kaerast |
Comments
Comment #1
kaerast commentedAttached is a patch which allows for voting on nodes imported with feedapi. It is a very messy way of doing it, so I don't recommend you actually use it, but it works for me and shows roughly what the problems are that need fixing.