https://github.com/skit-ai/jaglar
Tool for project management backed by tj
https://github.com/skit-ai/jaglar
taskjuggler
Last synced: about 1 year ago
JSON representation
Tool for project management backed by tj
- Host: GitHub
- URL: https://github.com/skit-ai/jaglar
- Owner: skit-ai
- License: gpl-3.0
- Created: 2020-03-29T17:16:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T03:02:15.000Z (about 6 years ago)
- Last Synced: 2025-03-25T09:17:57.805Z (about 1 year ago)
- Topics: taskjuggler
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: jaglar
[[https://pypi.org/project/jaglar/][https://img.shields.io/pypi/v/jaglar.svg?style=flat-square]]
Tool for project management backed by [[https://taskjuggler.org/][tj]].
We have been using a few project management tools like [[https://ganttpro.com/][ganttpro]], [[https://www.atlassian.com/software/jira][jira]] but the
features aren't sufficient or are hard to flex programmatically. In jaglar we
attempt to map data from these other tools to [[https://taskjuggler.org/][taskjuggler]] which provides much
more control over what we can do.
** Quickstart
=jaglar= is on pypi so you need to do =pip install jaglar=.
While the scripts here are pretty much custom built for our own purpose, you can
try inspecting a few examples in ~./examples~ directory which are targeted at
generating gantt charts after running tj's resource allocation.
Basic idea is to have a set of intermediate types (=jaglar.types=) for project
management pieces which can then be generated from other tool exports and be
converted to tj format.