Giter VIP home page Giter VIP logo

gh-issues-gantt's Introduction

Github issues Gantt

Gantt Diagram

Installation

Requires Node.js

In a shell, clone the git repository and install the dependencies:

git clone git://github.com/neyric/gh-issues-gantt.git
cd gh-issues-gantt
npm install

Configuration

  • copy config.example.js to config.js
  • edit config.js to:
    • set the GitHub repository and credentials
    • add your Gantt configurations (colors, holidays, ...)

Start the server

In a shell:

node server.js

Open http://localhost:3001

โš ๏ธ The issues and milestones are downloaded only the first time you access the page, click on the refresh button if you need to actualize them.

In GitHub

  • All milestones should have a due date configured
  • All issues should belong to a milestone
  • You can set the duration of each ticket by adding a label "1D" (1 day), "2D" (2 days), ...

Custom colors per developer

Edit your config.js file to define a color for each github username:

colorByDev: {
    "username1":     "ganttGreen",  // don't forget the comma
    "otherUserName": "ganttOrange", // use the proper case in usernames
    "unassigned":    "ganttRed"
}

Colors available by default are: ganttBlue, ganttGreen, ganttOrange, ganttRed.

You can add additional color definitions into public/stylesheets/style.css, e.g.:

.fn-gantt .ganttPurple { background-color: #DCBFEE; } // The color of the issue
.fn-gantt .ganttPurple .fn-label { color: #4F1D6B; }  // The color of the text of the issue

Credits

gh-issues-gantt's People

Contributors

ericabouaf avatar maximerety avatar thebengineer avatar hulous avatar britebit avatar jtreanor avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.