Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gantt Chart for GitHub [closed]

We've been using GitHub for 6-months now and have more/less figured out "best practices" with regards on how to put in tasks, milestones, etc. However, from a management point of view, there are a few features that are lacking. For instance, Gantt Chart capabilities found in solutions such as RedMine, or even overlaying on top of a calendar tasks/milestone markers, roadmaps, etc.

Is there some sort of "add on" or 3rd party website that can hook into GitHub and generate these for me? Since we've already integrated so much within GitHub, I'd like to stay on it, but if a migration to another system is possible with the functionality we require, I may be willing to transfer.

Any advice/help would be greatly appreciated!

like image 396
someone1 Avatar asked Jun 05 '12 15:06

someone1


People also ask

Does GitHub have a Gantt chart?

Easily manage and track projects and issues in a visual overview. Schedule new issues and update existing ones. Sign up for your early access invite.

What is GanttLab?

GanttLab is the easy to use, fully functional Gantt chart for GitLab and GitHub created in November 2016 by Pierre-Alexandre Clorichel to address a simple need: generating a Gantt chart from GitLab and GitHub issues without any configuration.

Does GitLab have a Gantt chart?

Everything comes from your GitLab or GitHub issues. Specify a GanttStart and a GanttDue, GanttLab will give you the higher overview. Without any configuration, GanttLab comes with a Gantt chart for your issues out of the box.

Is Gantt chart free?

While free tools are great for small teams or low-budget projects, investing in paid Gantt chart tools can be worth it to access more features and more projects, as well as include more team members on the platform. Free versions of Gantt chart software often limit features, projects, and/or team members.


1 Answers

I started a project which does exactly that :

https://github.com/neyric/gh-issues-gantt

It only handles issue durations in days, but we found it to be easier to maintain and quite accurate for our usage.

like image 85
Eric Abouaf Avatar answered Sep 21 '22 11:09

Eric Abouaf