Date from/to filtering on data exporter including ranges outside interval
Closed this issue · 1 comments
danniehansen commented
Had a report of data exporter for time trackings showing ranges outside of the selected interval. Investigation needed.
danniehansen commented
Initial investigation indicates a few things:
- https://github.com/danniehansen/activity-timer/blob/master/src/pages/DataExporter/TimeTracking/index.vue#L439 appears to find the furthest ahead while checking on item.start - which is wrong.
- https://github.com/danniehansen/activity-timer/blob/master/src/pages/DataExporter/TimeTracking/index.vue#L316 needs to include filtering of member filter and labels before filtering on the date from/to. Otherwise, I'll just appear to include trackings from other people in the date from/to condition.