ActivityWatch / ActivityWatch/aw-watcher-afk

Data is often doubled with two events starting at same timestamp but different durations

Aberta
#61 2 comentários 5 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
76
Forks
56
Merge médio
4d 20h
PRs com merge (30d)
1

Descrição

While experimenting with analysing the watcher data separately, I noticed that data often is doubled, with two events starting at identical timestamps but with different durations. Here are two screenshots demonstrating this, one from the GUI view and one from the database itself.
image
(notice the lines in the middle of the visualization of each period, there are two events there)
image

This, while it doesn't seem to affect the official visualisations much, is rather annoying to work with when working with the data directly.
Seems though like this could be an easy fix even by just filtering the data afterhand with just checking the start timestamp and comparing the durations, leaving only one event, or by implementing some sort of overlap correction.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.