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

Fix CT calculation #34

Closed nicoespeon closed 8 years ago

nicoespeon commented 8 years ago

Will close #33

nicoespeon commented 8 years ago

Consolidating inner start dates is awesome… but useless here.

It doesn't solve the issue since CT are calculating as LT between 2 lists. Lists are splits into pairs, then actions are parsed and LT is calculating for each pair: there is no "inner" start date to consolidate.

Consolidation should be done before, as if the card was moved to each intermediate column of the flow.

¯(ツ)/¯