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

Version Path
decidim-participatory_processes-0.10.1 README.md
decidim-participatory_processes-0.10.0 README.md
decidim-participatory_processes-0.9.3 README.md
decidim-participatory_processes-0.9.2 README.md
decidim-participatory_processes-0.9.1 README.md
decidim-participatory_processes-0.9.0 README.md