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:

gem 'decidim-conferences'

And then execute:

bundle
bundle exec rails decidim_conferences:install:migrations
bundle exec rails db:migrate

Contributing

See Decidim.

License

See Decidim.