nicoespeon / trello-kanban-analysis-tool

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

Home Page:http://nicoespeon.com/trello-kanban-analysis-tool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude weekends and holidays

alukito opened this issue · comments

Hello,

This is a cool project, I like it very much. I'm currently using this to track our development project. One issue I have is that the cycle time and lead time calculation includes weekends and holidays. This makes our completion forecast a little bit off.

I'm tinkering with the code, and I think we could have some options to adjust the date related calculations. There is a library https://github.com/kalmecak/moment-business-days which fits quite nicely into moment.js.

I'd like to hear your thoughts about it. Thank you very much.

Hi @alukito!

Well that could be a great idea. I know people that would have liked to know Kanban metrics in terms of business days and to exclude official days off − such as weekends − from the CFD.

Thanks for the link to moment-business-days, I didn't know it until now 😃

We could imagine a checkbox, pretty much like the "Preview tomorrow CFD" one, which toggles this preference.

Stuff that I think we should take care of:

  • display preference checkbox in the above-chart section
  • omit days off from CFD and metrics when toggled ON
  • save toggled preference to localStorage, just like other variables