https://github.com/gencat/sge_plus
Decidim implementation adapted to collecting signatures for different situations
https://github.com/gencat/sge_plus
Last synced: 7 days ago
JSON representation
Decidim implementation adapted to collecting signatures for different situations
- Host: GitHub
- URL: https://github.com/gencat/sge_plus
- Owner: gencat
- License: agpl-3.0
- Created: 2025-08-07T10:42:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T13:19:33.000Z (2 months ago)
- Last Synced: 2026-05-11T15:22:55.506Z (2 months ago)
- Language: HTML
- Size: 3.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-AGPLv3.txt
Awesome Lists containing this project
- awesome-catalunya - SGE Plus - square&label=%E2%AD%90)](https://github.com/gencat/sge_plus/stargazers) [](https://github.com/gencat/sge_plus/commits/main) [](https://github.com/gencat/sge_plus) [](https://github.com/gencat/sge_plus/blob/main/LICENSE) [](https://web.gencat.cat/) [](https://decidim.org/) - Implementación Decidim adaptada para la recogida de firmas digitales de la Generalitat. (Administración y Gobierno)
README
# sge_plus
Free Open-Source participatory democracy, citizen participation and open government for cities and organizations
This is the open-source repository for SGE+. SGE+ is based on [Decidim](https://github.com/decidim/decidim).
## Development
```bash
bundle install
nvm use 18.17.1
npm install
bin/rails db:create db:schema:load
bin/rails db:seed
bin/dev
```
## Testing
Run `bin/rake decidim:generate_external_test_app` to generate a dummy application to test both the application and the modules.
Require missing factories in `spec/factories.rb`
Add `require "spec_helper"` to your specs and execute them from the root directory, i.e.:
```bash
bundle exec rspec --backtrace
```