Skip to content

Redmine standalone tool to visualize queries results as burndown chart.

Notifications You must be signed in to change notification settings

arkaev/redmine-burndown-chart

 
 

Repository files navigation

Redmine Burndown Chart

Introduction

Redmine Burndown Chart is standalone tool to visualize queries results as burndown chart. Tool uses Redmine REST API that mean you must enable CORS for Redmine with plugin like this.

You can find online version here.

Screenshots

Settings

The application settings are saving to browser local storage!

To get access to redmine data the application needs a redmine location and a user's API key.

How to get API key:

1. Open your account page by link at page header.

2. Click Show link to see your API key and copy it.

3. Open the application and click cog icon in the Presets list. Enter a redmine location and your API key.

Restrictions

  1. The application needs created queries in Redmine.
  2. The work remaining is counted by estimated hours field.
  3. Tasks are binded to timeline by updated date field.
  4. Supported status names: Closed, Reject, Review, Testing, Autotest, Reopened, In Progress.
  5. Saturday and Sunday are ignored.

About

Redmine standalone tool to visualize queries results as burndown chart.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.8%
  • CSS 1.1%
  • HTML 0.1%