Decidim::Members
Members list and search plugin for Decidim.
Usage
Adding this plugin to your Decidim based Rails app will add a new main menu entry Members which shows a searchable list of all members.
The plugin depends on a couple of core patches which introduce displayable user
profiles. Those are located in the extra
directory.
Installation
Add this line to your application's Gemfile:
gem 'decidim-members'
And then execute:
$ bundle
Or install it yourself as:
$ gem install decidim-members
Contributing
Fork it and create a pull request.
License
Same as Decidim, AGPL v3.