ALM-Rangers / Countdown-Widget-Extension

Counts down to a configurable moment in time.
https://marketplace.visualstudio.com/items?itemName=ms-devlabs.CountdownWidget&utm_roundup=github
Other
11 stars 16 forks source link

How to configure Countdown working hours? #63

Open 3imuhanerd opened 4 years ago

3imuhanerd commented 4 years ago

I am facing the problem that Countdown shows me 15 hours left until the end of the sprint. But the right number is 7. Today is the last day of the sprint and we only work 8 hours a day.

Maybe this is problem in azure devops. I could't find a way to configure our working hours. I can only configure the working days.

henrybeen commented 4 years ago

The Countdown Widget counts down towards the end of the sprint, configured as days. It does not take into account the amount of working hours on a day, nor the business hours. Any implementation of this might not be as easy as it seems due to timezones and remote workers.

However, I would gladly accept a good PR that addresses this.