Petikoch / TaskGraphTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Graph Tool

Introduction

The Task Graph Tool is a visual issue tracker with goals, problems, decisions and tasks as first class citizens.

State of the project

This is just a prototype. It’s a quick hack to experiment with the idea. The code quality is poor.

How to run

The Task Graph Tool is a webapplication based on

Clone the git repo to your local machine, cd to the directory and run the webapplication using

> ./gradlew bootRun

Afterwards open your favourite webbrowser http://localhost:8080/

More realistic example

Here you see the state of this project

TaskGraphTool model

Requirements

To use this tool you need

  • Java 8 or later

Best regards,

Signature

About

License:The Unlicense


Languages

Language:Kotlin 75.9%Language:HTML 16.8%Language:Java 7.3%