-
-
Notifications
You must be signed in to change notification settings - Fork 549
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
feat: show how much time user spent during last 7 days #451
base: master
Are you sure you want to change the base?
Conversation
By the way, last time I contributed to this repo, the But this time it pulls a docker from This confused me. I don't know how to run my branch. So I just changed it back to Dockerfile in my brach for a test (not pushed the change). And my code seems to run correctly. But I'm not sure if it will still run successfully in the docker pulled from |
Since it is Monday when I run my code, it is displayed in the order of Monday to Sunday. If it is Wednesday, it will show from last Wednesday to this Tuesday. |
You can use the |
Thank you for your reply, I'll have a try. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this change! Logic looks good and is easy to understand. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I think it's good to show the amount of time spent writing code each day for the past seven days
But when I look at the official api, it seems that in order to get the data, an additional post operation is required. I add it to the
get_waka_time_stats
function.