https://github.com/fraoustin/redmine_indicator
https://github.com/fraoustin/redmine_indicator
redmine redmine-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fraoustin/redmine_indicator
- Owner: fraoustin
- Created: 2019-12-11T15:34:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-24T17:49:01.000Z (6 months ago)
- Last Synced: 2025-12-26T08:13:35.428Z (6 months ago)
- Topics: redmine, redmine-plugin
- Language: HTML
- Size: 413 KB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome-redmine - redmine_indicator - Add block with main indicator on my page and project page. (Plugins / Active Plugins)
README
# Redmine Indicator
## Summary
Add block with main indicator on my page and project page

## Usage
On your page, can you add
- my issues by priority

- my issues by status

- my issues by tracker

- my issues due

- my issues next

- my issues today

- my issues opened closed today

- my issues opened closed on 10 days

- - my issues opened closed on 10 weeks
- my issues summary

- my spent time on 10 days

- my spent_time on 10 weeks

You can add same block in project's page "overview" with change value of custom field of projet:
- indicator_left_top
- indicator_left_bottom
- indicator_right


## Installation
```
$ cd redmine/plugins
$ git clone https://github.com/fraoustin/redmine_indicator.git
$ rake redmine:plugins:migrate NAME=redmine_indicator
```
restart Redmine
for uninstall, you can use
```
$ cd redmine/plugins
$ rake redmine:plugins:migrate NAME=redmine_indicator VERSION=0
```