Sha256: 1a2e71059520c1bf13d97df00d191647ac850e730a0270ff663c3c4dccd776d2
Contents?: true
Size: 891 Bytes
Versions: 60
Compression:
Stored size: 891 Bytes
Contents
# Decidim::Conferences Conferences are the permanent Decidim's participatory space. They are always "active" so unlike participatory processes, they have no steps or phases. A conference can get different components (such as blogs 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 module provides: * A CRUD engine to manage conferences. * Public views for conference via a high level section in the main menu. ## Installation Add this line to your application's Gemfile: ```ruby gem 'decidim-conferences' ``` And then execute: ```bash bundle bundle exec rails decidim_conferences:install:migrations bundle exec rails db:migrate ``` ## Contributing See [Decidim](https://github.com/decidim/decidim). ## License See [Decidim](https://github.com/decidim/decidim).
Version data entries
60 entries across 60 versions & 1 rubygems