StephenOTT / GitLab-Time-Tracking

Lightweight Time Tracking application for GitLab Issue Queues
52 stars 7 forks source link

Adding support for mandays in budget #24

Open chandruxp opened 8 years ago

chandruxp commented 8 years ago

It would be nice to add mandays support while generating report for milestones..

:dart: 5md

This would be helpful to allocate budget when multiple people are working on a milestone..

StephenOTT commented 8 years ago

For mandays you are referring to working hours rather than 1d = 24h ?

StephenOTT commented 8 years ago

I see that https://github.com/hpoydar/chronic_duration/pull/29 was merged, so we can update the gem and allow you to set the value of a day. So rather than it be 24h 1 day can be equal to whatever a manday is for your work.

Thoughts?

chandruxp commented 8 years ago

Yes.. this will work for me :+1: