-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Editing a task's worktime after it has been recorded #49
Comments
It's a nice idea you propose there. I'm using myself the tool at work for a year now, and the situation of "oops, I forgot to start the task" happens time to time. And when it does, I should admit that editing the Here the rules I have in mind:
So what about a command |
This seems like an elegant solution to me! Would that syntax include the ability to choose a specific task to update the
The second command would be attempting to add a completely past entry of time for a task, if that was not clear. Perhaps if you completed a task earlier in the day that you wanted to log time for, but were away from your computer or just did the task before adding it to unfog, this might be a nice way to retroactively add time to a task. Regardless, I think your proposal is definitely a big improvement! Thanks for the quick response! If there's any way I can help you with this feature, whether it be testing it, documenting it, or just offering my opinion, please let me know! I'm unfortunately not familiar with Haskell so I probably wouldn't be able to write the code for it myself, at least not quickly. I could perhaps look into adding some functionality to the unfog.vim plugin though in the future to help incorporate this idea. |
I'm not so fan of |
I reconsider the thing. Theoretically your proposition makes sense. But practically I'm afraid it does not fit the need. Here my 2 thoughts:
What do you think about a "store editor"? It could be a CLI, a TUI or even a GUI that allows user to edit the store in a more user-friendly approach. The amount of work is huge compare to the real benefits, but it can be a good occasion to learn sth new. Plus it covers all future issues related to |
A TUI editor I think would be an interesting option! I think my biggest pain point was simply having to open the store and then do the calculations for what time I started/ended the task. It seemed that the time zone was in UTC/GMT by default in the store, where my time zone is 8 hours different from that. I don't really mind editing the store manually all that much, what I didn't like is having to calculate in my head the time difference before I can even edit the entries in the store. I'm all for a TUI interface if that's something you're interested in! |
I still have in mind a TUI to edit the store but I lack of time these days. I will try to add new events to increment/decrement the worktime next week, I let you know! |
Oh, I had forgotten I had even opened this issue a while ago. I am happy to close it if you would like, it is not something that really is bothering me much anymore. I don't want you to be working on a feature you don't have time for just for my sake, your tool is quite great as it is already! I have personally moved on to working on another open-source project myself in my spare time, so I unfortunately don't have the time to help with a TUI editor, nor do I know haskell well enough to help contribute to this project unfortunately. |
In fact it's sth I also need, so I will implement soon :)
…On 01/03/2021 01:51, Ben Smith wrote:
I still have in mind a TUI to edit the store but I lack of time
these days. I will try to add new events to increment/decrement the
worktime next week, I let you know!
Oh, I had forgotten I had even opened this issue a while ago. I am happy
to close it if you would like, it is not something that really is
bothering me much anymore. I don't want you to be working on a feature
you don't have time for just for my sake, your tool is quite great as it
is already!
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPUEM4E27CUZBFCX4LX6CDTBLQHPANCNFSM4WCCNN3Q>.
--
Cordialement
Clément DOUIN
Développeur Full Stack
+33 6 30 34 35 47
https://soywod.me
|
Hey! Stumbled upon this project when I was trying to get taskwarrior/timewarrior setup for myself, and this seems to be much more along the lines of what I was looking for in the process. Nice and simple! Great work on this project thus far, it's really easy and intuitive to use 😄. I was wondering if there is any way to edit a task's worktime other than going into the
store
file and manually editing the UTC dates. While I was able to do that for a task that I had forgotten to track, it was a bit annoying as I had to convert from UTC time to my timezone before editing the entries in thestore
file. Would love if there was a way to do this via the cli interface or suggestions about how I might go about doing that in an easier fashion if that is not possible right now. Thank you!The text was updated successfully, but these errors were encountered: