A Decidim module that encapsulates following capabilities:
- decidim-budgets_booth module, which overrides the voting process.
- decidim-l10n module, that provides different formats for dates and times.
- decidim-sms-twilio module, which provides Twilio SMS integration.
- decidim-smsauth module, that provides SMS based authentication implementation.
You may add a selection of the these modules, in which case, please refer to the documentation of those modules readme file.
Add the following to your application's Gemfile:
gem "decidim-ptp", github: "Pipeline-to-Power/decidim-module-ptp"
By the time of providing this documentation, this gem was not added to rubygems. If the gem has been added to the rubygems, you can install it directly from there using the following line in your application's Gemfile:
gem "decidim-ptp"
And then execute:
bundle
Please refer to each of the sub-modules configurations.
See Decidim.
Each module has its own tests; please refer to each module for testing each module.
See LICENSE-AGPLv3.txt.