diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index fb1f4df..1e3b4e9 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -108,14 +108,14 @@ timelog.drop(columns=['tmp_multiplier'], inplace=True) # Clean up description again, after it has been sliced and diced. timelog['description'] = timelog['description'].str.strip() -# Mostly historical, helper for breaking compound project-tasks into their constituent parts -# Specific tasks are expanded from items in list on right into project-task combo on right. +# Specific tasks are expanded from items in list on right into project-task combo on left. compound_project_tasks = { "Drutopia — Contributing back to the community": ["Drutopia contrib", "Drutopia contributing", "Drutopia contributions"], "Find It Cambridge — Contributing back to the community": ["Find It Contrib"], "Find It Cambridge — Planning": ["Find It project management"], "Internal — Contributing back to the community": ["Contrib", "Agaric: contrib", "Contributing", "Agaric contrib", "Agaric contributions"], "Internal — Conferences & Meetups": ["Conference", "Camps", "Camp", "Conferences", "meetup", "meetups"], + "Internal — Documentation": ["documentation", "docs", "documenting"], "Internal — Personal Learning": ["Learning", "Personal learning"], "Internal — Presentations": ["presentations", "presentation"], "Internal — Network Engagement": ["Network Engagement", "network engagement", "Network engagment", "Social media", "Network building", "Agaric network engagement"],