https://github.com/gencat/decidim-module-challenges
A Decidim module to manage challenges
https://github.com/gencat/decidim-module-challenges
decidim decidim-module hacktoberfest rails ruby
Last synced: about 21 hours ago
JSON representation
A Decidim module to manage challenges
- Host: GitHub
- URL: https://github.com/gencat/decidim-module-challenges
- Owner: gencat
- License: agpl-3.0
- Created: 2020-10-09T06:48:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-07-07T10:08:19.000Z (8 days ago)
- Last Synced: 2026-07-07T11:24:06.793Z (8 days ago)
- Topics: decidim, decidim-module, hacktoberfest, rails, ruby
- Language: Ruby
- Homepage:
- Size: 981 KB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-AGPLv3.txt
Awesome Lists containing this project
- awesome-catalunya - Decidim Module Challenges - module-challenges?style=flat-square&label=%E2%AD%90)](https://github.com/gencat/decidim-module-challenges/stargazers) [](https://github.com/gencat/decidim-module-challenges/commits/main) [](https://github.com/gencat/decidim-module-challenges) [](https://github.com/gencat/decidim-module-challenges/blob/main/LICENSE) [](https://web.gencat.cat/) - Módulo Decidim para gestionar retos y desafíos en procesos participativos de la Generalitat. (Administración y Gobierno)
README
# 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:
```ruby
gem "decidim-challenges"
```
And then execute:
```bash
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):
```bash
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:
```bash
bundle exec rspec spec
```
## Contributing
See [Decidim](https://github.com/decidim/decidim).
## License
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.