From 61d53e226dd18c720d7f6ba9c7603b5c3834957b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 6 Dec 2021 07:59:02 -0500 Subject: [PATCH] Add another pseudo-project that gets exanded into internal plus task And correct the documentation and drop implication that this is only historical, as i keep using it! --- pomodoro_to_harvest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"],