https://github.com/populatetools/decidim-module-processes_admin_stats
Decidim module to extract and visualize admin stats
https://github.com/populatetools/decidim-module-processes_admin_stats
Last synced: 9 months ago
JSON representation
Decidim module to extract and visualize admin stats
- Host: GitHub
- URL: https://github.com/populatetools/decidim-module-processes_admin_stats
- Owner: PopulateTools
- License: agpl-3.0
- Created: 2023-07-26T10:21:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T08:55:40.000Z (over 2 years ago)
- Last Synced: 2025-07-11T06:46:02.419Z (9 months ago)
- Language: Ruby
- Size: 42 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-AGPLv3.txt
Awesome Lists containing this project
README
# Decidim::ProcessesAdminStats
A Decidim module to include statistics of participatory processes in their admin panel.
## Usage
After [installing](#installation) this module a new item in the admin menu of each participatory process is created. This item links to a table with stats of the process:
#### Decidim 0.26

#### Decidim 0.28

## Installation
This module is compatible with Decidim 0.26 and higher.
Add this line to your application's Gemfile:
```ruby
gem "decidim-processes_admin_stats", git: "https://github.com/PopulateTools/decidim-module-processes_admin_stats.git", branch: "main"
```
And then execute:
```bash
bundle
```
The last version of this module is compatible with Decidim version 0.26 or higher. Currently it has been tested that the module works fine with 0.28 Decidim version.
| ProcessAdminStats version | Compatible Decidim versions |
|---|---|
| 0.26.0 | ~> 0.26.x |
| 0.28.0 | >= 0.26.0 |
### Testing
To run the tests run the following in the gem development path:
```bash
bundle
DATABASE_USERNAME= DATABASE_PASSWORD= bundle exec rake test_app
DATABASE_USERNAME= DATABASE_PASSWORD= bundle exec rspec
```
## Contributing
See [Decidim](https://github.com/decidim/decidim).
## License
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.