nicoespeon / trello-kanban-analysis-tool

💤 [Not maintained] Analyse Kanban metrics from a Trello board -
http://nicoespeon.com/trello-kanban-analysis-tool/
MIT License
114 stars 33 forks source link

add other metrics #27

Closed bastienEichenberger closed 8 years ago

bastienEichenberger commented 8 years ago

Hi,

It could be a good Idea to add more metrics such as WIP in the Kaban Analysis Tool.

For example I have 5 Columns (To do, Sprint Planning, Doing, Waiting, Done). Directly on the Graph it could be great to have a way to calculate the work in progress. In my example the work in progress is the sum of 2 columns (Doing, Waiting).

Best regards! Bastien

nicoespeon commented 8 years ago

Hi @bastienEichenberger and thanks for suggesting new features =)

Concerning WIP, for now you can hover any point of the graph to display detailed values:

image

If I correctly understand, what you'd like is to indicate which columns are considered as Work in progress ones and to display the # of cards (= WIP) in these. I'm I correct?

If so, I'm wondering if the CFD doesn't already give you that information at a glance (visual evolution of WIP through days)?

bastienEichenberger commented 8 years ago

Hi @nicoespeon, Thanks for your response. Yes it's enough to get the WIP on the Chart. I'm just thinking about which Metrics we need in our Company:

bastienEichenberger commented 8 years ago

This Tools could be an example: https://getcorrello.com/

nicoespeon commented 8 years ago

Yep, Corrello is a great tool indeed 👍

Another (free) tool that exists and might be helpful to you is Ollert. The point of TKAT was to focus on Kanban metrics while tools like Ollert where giving me Agile metrics in general − most of them I don't use, still missing Cycle Times / Lead Times though. Plus, it was also a concrete use case to practice FRP with Cycle.js.

Back to your points:

Waiting for your feedback on these points.

nicoespeon commented 8 years ago

FYI: I'm closing this issue but it's still up to discussion 😉