Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
32.05 KB
MD5: 89d9187b3b37b006c07e6bf22e3c1b44
SHA-1: fc35050cdd70cbefa6a31de58d5284d3618a4625
SHA-256: 932c9d9b16934649fba2e16890972ab2aba6a6aab2590315ccc8fa98cd7f2799
Download zip
39.42 KB
MD5: 083d69c4e5343719e5459c2c419bf1e1
SHA-1: 1bdf5edcf4c176a58fc4b8f3a29f0978306a14ca
SHA-256: 56acc2f3947e78ebaa317770e794ba2ac60c5b801561afbcf5b6094e54971d38
Release notes
Dev-branch for the upcoming release. Changes include:
- Switch to an OOP-style API.
Roadmap:
- Unit-testable code (dependency injection)
- More flexible checks for "has this user already voted?".
- Incrementally calculate results. This would allow us to truncate the vote table - or to don't store individual votes at all (scalability at the cost of being unable to change votes).
- API to save vote configurations including: which results to calculate, how often users are allowed to vote, whether to store individual votes or just results, …