taskchampion icon indicating copy to clipboard operation
taskchampion copied to clipboard

Use `all_task_data` in `Replica::expire_tasks`

Open djmitche opened this issue 6 months ago • 0 comments

(This will make sense when #372 is finished)

Replica::expire_tasks currently uses Task instead of TaskData, meaning that it is doing extra work to load task dependencies. Refactor it to use just TaskData objects, parsing the "modified" property and comparing it to the expiration time.

djmitche avatar Jul 28 '24 02:07 djmitche