Sha256: 0def1f47da8185e2c05e2b4f22c1b468f89c2fa6f213bcff71b061cdf9cbf7c4
Contents?: true
Size: 859 Bytes
Versions: 6
Compression:
Stored size: 859 Bytes
Contents
# Decidim::ParticipatoryProcesses Participatory processes are the standard Decidim's participatory space. A participatory process can define its own steps, and attach different features (such as meetings or proposals) with different configurations to each of them. A participatory process can have attachments, be associated to custom categories, and are fully manageable via an administration UI. ## Usage This module provides: * A CRUD engine to manage participatory processes. * Public views for participatory process via a high level section in the main menu. ## Installation Add this line to your application's Gemfile: ```ruby gem 'decidim-participatory_processes' ``` And then execute: ```bash bundle ``` ## Contributing See [Decidim](https://github.com/decidim/decidim). ## License See [Decidim](https://github.com/decidim/decidim).
Version data entries
6 entries across 6 versions & 1 rubygems