fwends-net / time-analysis

Simple tool to turn timeseries logs into visual representations
MIT License
0 stars 0 forks source link

Parser should understand entries with missing start or end dates #32

Closed fwends-net closed 2 days ago

fwends-net commented 1 week ago

Entries can be parsed correctly if the end date or the start date is missing (in theory also when both are missing, but then the results are not as reliable).

If entry(n) start date is missing, we can take entry(n-1) end date as the new start date. and if entry(n) end date is missing, we can take entry(n+1) start date as the new end date.