Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainstorm/kgantt
An attempt to draw Gantt charts using Trello API and Google charts API
https://github.com/brainstorm/kgantt
Last synced: 9 days ago
JSON representation
An attempt to draw Gantt charts using Trello API and Google charts API
- Host: GitHub
- URL: https://github.com/brainstorm/kgantt
- Owner: brainstorm
- Created: 2013-02-24T20:07:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-25T08:21:36.000Z (over 11 years ago)
- Last Synced: 2024-05-02T01:05:29.719Z (6 months ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kgantt
======Overview:
========An attempt to draw Gantt charts using Trello and Google charts API.
![alt text](https://raw.github.com/brainstorm/kgantt/master/gantt.png "Project management ruins lifes")
At the moment this system requires:
1. Manually set deadlines to all cards (tasks) that one wants to see in the gantt chart.
2. [TODO] Manually specified dependencies via the checklist system (keyword: "Depends on" and a link or card id).
3. That you re-run the script to update the view of the updated gantt chart (every day? every board meeting?).Installation:
============At the moment, write two files in the same folder you are running the script from: .fuser and .fpasswd
They should contain the foauth.org user and password, respectively. One should have activated the Trello foauth.org
binding though:https://foauth.org/services/#trello-modal
In essence foauth allows the developer to bypass the OAuth hassle by having a plain old HTTP Basic authentication
instead of all the API key/token business.TODO:
====* Restructure the proof of concept in proper entities/classes.
* See future thoughs in the code itself: https://github.com/brainstorm/kgantt/blob/master/kgantt.py#L42