Skip to content

OpenSourcePolitics/decidim-module-ptp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decidim::Ptp

A Decidim module that encapsulates following capabilities:

  1. decidim-budgets_booth module, which overrides the voting process.
  2. decidim-l10n module, that provides different formats for dates and times.
  3. decidim-sms-twilio module, which provides Twilio SMS integration.
  4. 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.

Installation

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

Configuration

Please refer to each of the sub-modules configurations.

Contributing

See Decidim.

Testing

Each module has its own tests; please refer to each module for testing each module.

License

See LICENSE-AGPLv3.txt.

About

Modules consisting of tweaks for North American PB Voting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.2%
  • HTML 20.1%
  • JavaScript 4.7%
  • SCSS 1.0%