https://github.com/fraoustin/redmine_indicator
https://github.com/fraoustin/redmine_indicator
redmine redmine-plugin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fraoustin/redmine_indicator
- Owner: fraoustin
- Created: 2019-12-11T15:34:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T17:48:07.000Z (about 1 year ago)
- Last Synced: 2024-08-02T02:10:38.656Z (9 months ago)
- Topics: redmine, redmine-plugin
- Language: HTML
- Size: 407 KB
- Stars: 13
- Watchers: 5
- Forks: 7
- 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
```