A new census type "Custom CSV" for Decidim Elections.
This module adds a new census type to Decidim Elections that allows administrators to upload custom CSV files with flexible column structures.
This module requires the openpoke/decidim fork, branch 0.31-backports. The official Decidim 0.31 gem does not include the max_choices feature for elections questions that this module extends.
Add these lines to your application's Gemfile:
gem "decidim", git: "https://github.com/openpoke/decidim", branch: "0.31-backports"
gem "decidim-extra_censuses", git: "https://github.com/pokecode/decidim-module-extra_censuses"And then execute:
bundle install
bundle exec rails decidim_extra_censuses:install:migrations
bundle exec rails db:migrateContributions are welcome !
We expect the contributions to follow the Decidim's contribution guide.
Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to ivan [at] pokecode [dot] net and not by creating a GitHub issue.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.