Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Export Rounding #214

Open
BlythMeister opened this issue Feb 7, 2017 · 2 comments
Open

Automated Export Rounding #214

BlythMeister opened this issue Feb 7, 2017 · 2 comments

Comments

@BlythMeister
Copy link
Owner

BlythMeister commented Feb 7, 2017

Raised by email:

I would like to have a setting where time can be rounded to the nearest X minutes. In my organization, they want us to round to 30 minute increments (don’t ask me why), so if I log 28 minutes and 14 seconds, I want it to round to 30 minutes without having to adjust the timers.

@BlythMeister
Copy link
Owner Author

BlythMeister commented Feb 7, 2017

Question posed:

To confirm, this could also mean if you have 44 minutes, it would round down to 30.
and if you had 14 minutes, round down to 0?

Answer:

Yes. As strange as it sounds, that is correct.

Answer later updated to:

Always round up to the nearest x configurable minutes

@BlythMeister BlythMeister added this to the VX.X.X (V Next) milestone Feb 7, 2017
@BlythMeister
Copy link
Owner Author

Done a spike but the reporting of what is to export and what has been exported gets very messy when time is rounded.

Moving to the backlog until i have more time to flesh this idea out.
The main issues being automated round up will adjust all timers on export.
It has to be opt in, with config time.

Currently we always round down to 1 minute.

So 40 seconds becomes 0 minute.
1 minute 40 seconds becomes 1 minute.
And so on.

This new logic means 40 seconds could be 1 minute (or even 5)
This means the export logic needs to work out that this should be exported and once exported, the timer becomes the export time automatically.

@BlythMeister BlythMeister modified the milestones: BACKLOG, VX.X.X (V Next) Mar 21, 2017
@BlythMeister BlythMeister modified the milestones: BACKLOG, VX.X.X (V Next) Jul 21, 2017
@BlythMeister BlythMeister modified the milestones: BACKLOG, VX.X.X (V Next) Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant