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

Exclude weekends and holidays #29

Open alukito opened 8 years ago

alukito commented 8 years ago

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.

nicoespeon commented 8 years ago

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: