Participative assistant for administrators.
The participative assistant is used to help administrators to administrate. It gives them a list of to-dos, rewarding them with points and levels when they succeed.
Add this line to your application's Gemfile:
gem "decidim-ludens"
And then execute:
bundle
if migrations are not installed by themselves, execute
bundle exec rake decidim_ludens:install:migrations
When organizations are created, initialize the module by executing
bundle exec rake decidim_ludens:initialize
If you need to customize the actions, you can copy the yaml file by executing
bundle exec rake decidim_ludens:get_file
You can then customize it, removing and adding action as you want, and rerun the initialize rake task
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.