From 105f2cd185df608dc9ab70d69e4f515b763822ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 11 Apr 2022 15:39:10 -0400 Subject: [PATCH] Add todo so we might catch next one before import --- pomodoro_to_harvest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 486e6cc..fed5c67 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -228,6 +228,8 @@ for preferred, alternatives in subproject_names.items(): alternatives.append(preferred) alternatives = [item.lower() for item in alternatives] timelog.loc[timelog.subproject.str.lower().isin(alternatives), "subproject"] = preferred +# TODO flag when task/subproject names are not known, because otherwise they +# get force-created on import. # Condense duplicate entries by date, summing the minutes spent, and listing # the first started and last recorded times for each task.