#Gantt #ProjectManagement #Roadmap #Timeline #Python #pandas #matplotlib
As a Product Owner, I constantly need to produce the most updated roadmap as well as backlog / project status update. There is no free tool on the market that helps me plot a Gantt chart to visualise & communicate my product roadmap (strategic, high level) and backlog (details).
This script generates a Gantt chart for timelines and roadmapping based on the list of issues (e.g. export from JIRA)
- Visualise my management data
- Automate my project scheduling
- Craft neat high-level agile roadmaps
- Example output: https://github.com/wilsonleong/Gantt/wiki/Gantt-Chart
- Project kanban board: https://github.com/wilsonleong/Gantt/projects/1
- How to generate your own gantt chart: https://github.com/wilsonleong/Gantt/wiki/How-to-generate-your-own-gantt-chart
- Modules and functions: https://github.com/wilsonleong/Gantt/wiki/Modules-and-Functions
- datetime
- json
- matplotlib
- os
- pandas