-
Notifications
You must be signed in to change notification settings - Fork 97
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
Allow multitasking / overlapping intervals #492
Comments
Timewarrior is not keeping a record of accumulated time per tag. this information could be extracted, but it really is only tracking which tags are active in a certain time interval. Time intervals do not overlap by definition. Timewarrior records only one timeline. You would need to record this information inside tasks in a UDA and update it every time in the hook if you wanted to track an accumulated time per task. |
I just ran into the problem that timewarrior can't handle overlaps. (See below for detailed Workflow) Related #373 (my use case would be Steps to Reproduce:
Summary before trying to track 2nd interval:
Track command:
What happened:I was surprised to see that the first interval with tag What I intended to happen:My expectation was that the interval from
|
I have nearly the same use case. Not only for compilations, but also doing update. E.g. I do server updates on a customer server - ofc I need to track that time... but because the update can quite take I while I will do other stuff in parallel, let it be even more updates for other customers or other tasks. So this time keeping of multiple tasks in combination with taskwarrior would be great for me. |
I'm using taskwarrior with the timewarrior on-modify hook script. While compiling some software (one task), I worked on some other tasks. Taskwarrior lets you "start" multiple tasks at once, but timewarrior stops timing the first task when the second task starts. I'd like to be able to easily record and see how long the compilation took, as well as the other tasks accomplished concurrently. I tried modifying the interval in timewarrior, but it wouldn't let it overlap with another.
The text was updated successfully, but these errors were encountered: