Home - sitMCella/toggl-trello-kpi GitHub Wiki

Key Perfomance Indicators (KPIs) for Toggl and Trello

The following documentation should be used as main reference for configuring the Toggl Trello KPI application.

The scope of the project is to provide a dashboard for Key Performance Indicators (KPIs) visualization.

The project consists of a binary application used for retrieving the data from Trello and Toggl using the REST APIs, and a Docker compose application for the dashboard.

The dashboard is used for monitoring the tasks assigned to a single team member on one or multiple projects and customers.

Grafana is used as visualization tool, and a custom dashboard has been designed for visualizing the Toggl and Trello data.

Golang is used for retrieving the Toggl data using the Toggl Reports API and the Trello cards using the Trello API.

Application Configuration

The Application-Configuration page describes the general configuration of the application.

Toggl Configuration

The Toggl-Configuration page describes the configuration of the Toggl Workspace.

Trello Configuration

The Trello-Configuration page describes the configuration of the Trello Board.

Grafana Configuration

The Grafana-Configuration page describes the configuration of the Grafana Dashboard.

Configure Toggl and Trello Data

The Configure-Toggl-Trello-Data page describes how to make use of the binary application in order to retrieve and configure the Toggl and Trello data.

Usage Example

The Usage-Example page describes a complete usage example of the application.