danniehansen / activity-timer

Activity timer powerup for Trello
MIT License
44 stars 9 forks source link

Date from/to filtering on data exporter including ranges outside interval #102

Closed danniehansen closed 1 year ago

danniehansen commented 1 year ago

Had a report of data exporter for time trackings showing ranges outside of the selected interval. Investigation needed.

danniehansen commented 1 year ago

Initial investigation indicates a few things:

  1. 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.
  2. 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.