Skip to content

Multi modal task tracker interface that interfaces with normal bug trackers. Work with tasks as outlined text files or as drag/drop Scrum-Boards.

Notifications You must be signed in to change notification settings

dwt/task-tracker

Repository files navigation

Quickstart (using docker-compose)

docker-compose up --build or make docker-build

The app will be running at http:https://localhost/

Slowstart (manual installation without docker)

Requirements

Development installation

Clone repository:

  git clone --recurse-submodules https://github.com/dwt/task-tracker
  cd task-tracker

Create virtual env:

  pyvenv .
  source bin/activate

Install poetry python installer:

    bin/pip install -r requirements.txt

Install python and javascript dependencies

   poetry install
   yarn install

About

Multi modal task tracker interface that interfaces with normal bug trackers. Work with tasks as outlined text files or as drag/drop Scrum-Boards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published