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..
Challenges will be available as a Component for a Participatory Space.
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:migrateCreate 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:migrateAnd run tests:
bundle exec rspec specSee Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.