-
Notifications
You must be signed in to change notification settings - Fork 47
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
Save daily statistics of each work/break period into a CSV file #88
Comments
Neat! This interests me :P I'm not sure if these statistics are useful though. But we could make a simple framework for saving statistics and then, after the framework is done, it should be easy enough to add, remove or modify which stats are being saved. |
It's good that we already have config file now. We can add configurable features. |
So here's what I was thinking:
|
@gmelodie I think that's sufficient let's not worry about time-zone at the moment. We shouldn't make it automatically collect stats. It should only be enabled from command line or .ini file. 🤔 |
Oh I forgot to say that. I added a |
Yes please. |
This feature is still need to implement or already existing? I didn't find the function usage in documentation. It looks useful feature to have. |
It still need to be implemented.
…On Mon, Apr 3, 2023, 3:51 AM GmGniap ***@***.***> wrote:
This feature is still need to implement or already existing? I didn't find
the function usage in documentation. It looks useful feature to have.
—
Reply to this email directly, view it on GitHub
<#88 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADZXUUGTSZSMPL4HCB4OU3W7I3J7ANCNFSM4KLVIGOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
CSV Contents
types
: WORK, SBREAK, LBREAKpauses
: Total pauses you didconfigured-time
: What is the time configured for this type of workactual-time
: Actually taken time including pauses within same work/break period. This can also be calculated byunix-end-time - unix-start-time
. Provided for convenience.The text was updated successfully, but these errors were encountered: