Skip to content
#

timetracker

Here are 162 public repositories matching this topic...

jairofloress
jairofloress commented Mar 28, 2021

Version: v0.10.0
To reproduce, go to settings and add more than categories at the same time below any category.
When you assign the name for one of the new, the other get the same name.
If you go to the second and try to change the name, the first one gets the second name.
I hope this helps.
Thanks.

[aw-qt_2021-03-26T00-09-49.log](https://github.com/ActivityWatch/activitywatch/files/621747

kimai2
timetrace
dominikbraun
dominikbraun commented Jun 26, 2021

There are at least two places in the code where the duration of a record (e.g. 2h if the record started at 2PM and ended at 4PM) is calculated like so:

record.end.sub(record.start)

Those calculations should be replaced with a new Duration method:

record.Duration()

The implementation of that method would just be something like this:

func (r *Record) D

Improve this page

Add a description, image, and links to the timetracker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the timetracker topic, visit your repo's landing page and select "manage topics."

Learn more