/decidim-module-challenges

A Decidim module to manage challenges

Primary LanguageRubyGNU Affero General Public License v3.0AGPL-3.0

Decidim::Challenges

Articulates the collective action of diverse actors in order to address common and shared challenges and the problems that derive from them across the territory..

Usage

Challenges will be available as a Component for a Participatory Space.

Installation

Add this line to your application's Gemfile:

gem "decidim-challenges"

And then execute:

bundle install
bundle exec rails decidim_challenges:install:migrations
bundle exec rails db:migrate

Run tests

Create a dummy app in your application (if not present):

bin/rails decidim:generate_external_test_app
cd spec/decidim_dummy_app/
bundle exec rails decidim_challenges:install:migrations
RAILS_ENV=test bundle exec rails db:migrate

And run tests:

bundle exec rspec spec

Contributing

See Decidim.

License

This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.