All Projects → nicoespeon → Trello Kanban Analysis Tool

nicoespeon / Trello Kanban Analysis Tool

Licence: mit
💤 [Not maintained] Analyse Kanban metrics from a Trello board -

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Trello Kanban Analysis Tool

Planka
The realtime kanban board for workgroups built with React and Redux.
Stars: ✭ 944 (+758.18%)
Mutual labels:  kanban, trello
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+41654.55%)
Mutual labels:  analytics, metrics
React Spy
A set of utilities for collecting UX-analytics of your React-application (ex: clicks, shows, errors and etc.)
Stars: ✭ 37 (-66.36%)
Mutual labels:  analytics, metrics
Analytics
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
Stars: ✭ 814 (+640%)
Mutual labels:  analytics, metrics
Kirby Matomo
Matomo integration for Kirby, in both your panel and templates. Kirby 3 only.
Stars: ✭ 103 (-6.36%)
Mutual labels:  analytics, metrics
Fathom
Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
Stars: ✭ 6,989 (+6253.64%)
Mutual labels:  analytics, metrics
App
Just a little analytics insight for your personal or indie project
Stars: ✭ 40 (-63.64%)
Mutual labels:  analytics, metrics
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (+189.09%)
Mutual labels:  kanban, trello
Nsdb
Natural Series Database
Stars: ✭ 49 (-55.45%)
Mutual labels:  analytics, metrics
Wakatime
Command line interface used by all WakaTime text editor plugins.
Stars: ✭ 1,028 (+834.55%)
Mutual labels:  analytics, metrics
React Native Branch Deep Linking Attribution
The Branch React Native SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
Stars: ✭ 408 (+270.91%)
Mutual labels:  analytics, metrics
Liszt
A personal organization software with a script engine for automation
Stars: ✭ 72 (-34.55%)
Mutual labels:  kanban, trello
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (+239.09%)
Mutual labels:  analytics, metrics
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+8508.18%)
Mutual labels:  analytics, metrics
React Kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 345 (+213.64%)
Mutual labels:  kanban, trello
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-64.55%)
Mutual labels:  analytics, metrics
Atom Wakatime
Atom plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 303 (+175.45%)
Mutual labels:  analytics, metrics
Matomo Sdk Android
SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
Stars: ✭ 309 (+180.91%)
Mutual labels:  analytics, metrics
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (-60.91%)
Mutual labels:  kanban, trello
Amplify Js
A declarative JavaScript library for application development using cloud services.
Stars: ✭ 8,539 (+7662.73%)
Mutual labels:  analytics, metrics

Build Status

☝️ I no longer maintain this project as I'm not using Trello anymore. It could change in the future, but no guarantee. If you'd like to contribute, reach me out [email protected]. Otherwise, feel free to fork.

TKAT (Trello Kanban Analysis Tool)

A JavaScript library to analyze Kanban metrics from a Trello board.

Here is the online application.

TKAT - Cycle Times TKAT - CFD

What it is

This started as a side project for practicing functional programming using:

To make this side project interesting, I aimed to ease manual repetitive work: generating Cumulative Flow Diagram for a Kanban-like Trello board.

If you are curious about the context and Trello-Kanban stuff, I wrote a whole post about it.

How to use it

As a user, you can simply go with the online application.

If you want to run it locally, let's suppose you've got node.js and npm installed.

  • Clone the repo: git clone git://github.com/nicoespeon/trello-kanban-analysis-tool.git
  • Install dependencies: npm install
  • Ensure you've got brunch installed globally: npm install -g brunch
  • Run brunch watch --server to get a running application

Available commands

Basically, all brunch commands.

You will probably want to use brunch watch --server to serve the app locally.

In case of doubt, you can run npm test to check if anything is wrong with source code.

npm run lint

Lint JavaScript through ESLint.

npm run unit-test

Launch unit tests with Babel tape runner.

npm run unit-test-diff

Launch unit tests through tap-diff reporter.

Contributing

That would be amazing 🤘

Please have a look at the CONTRIBUTING.md file before you do so.

Versioning

This project uses SemVer as a guideline for versioning.

That mean releases will be numbered with <major>.<minor>.<patch> format, regarding following guidelines:

  • Breaking backward compatibility bumps the <major> (and resets the <minor> and <patch>)
  • New additions without breaking backward compatibility bumps the <minor> (and resets the <patch>)
  • Bug fixes and misc. changes bumps the <patch>

Inspiration & Readings

Organisational things

Technical stuff

Copyright and License

Copyright (c) 2016 Nicolas CARLO under the MIT license.

🤔 What does that mean?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].