Sha256: 3952639b3f10b0214351491d0412dd0c603d729506375579376bcd167d49007d
Contents?: true
Size: 796 Bytes
Versions: 23
Compression:
Stored size: 796 Bytes
Contents
# Decidim::Assemblies Assemblies are the permanent Decidim's participatory space. They are always "active" so unlike participatory processes, they have no steps or phases. A assembly can get different features (such as meetings or proposals) attached. It can also have attachments, be associated to custom categories or scopes, and can be fully managed via an administration UI. ## Usage This plugin provides: * A CRUD engine to manage assemblies. * Public views for assembly via a high level section in the main menu. ## Installation Add this line to your application's Gemfile: ```ruby gem 'decidim-assemblies' ``` And then execute: ```bash $ bundle ``` ## Contributing See [Decidim](https://github.com/decidim/decidim). ## License See [Decidim](https://github.com/decidim/decidim).
Version data entries
23 entries across 23 versions & 2 rubygems