From d7541af3fb3c155ac5eddf1491b33111273086cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 15 Oct 2021 17:04:45 -0400 Subject: [PATCH] Add camp and presentation 'projects' to become internal tasks, move learning in there too --- pomodoro_to_harvest.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 629a734..fb1f4df 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -109,11 +109,15 @@ timelog.drop(columns=['tmp_multiplier'], inplace=True) 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. 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 — 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"], "Internal — Content": ["Agaric site content", "Agaric content"], "VHFA — Contributing back to the community": ["VHFA contrib"], @@ -147,7 +151,6 @@ harvest_project_names = { "Immigrant Navigator": ["IFSI", "Immigrant Family Services"], "Internal": ["Agaric", "Agaric internal"], "Leads": ["Lead", "Agaric leads", "Lead followups"], - "Internal: Personal Learning": ["Learning", "Personal learning"], "MASS Continuous Improvement": ["MASS Design Group", "MASS", "MASS Design"], "Metalwerx Maintenance": ["Metalwerx", "Metalwerx.com"], "NICHQ Data Upgrade": ["NICHQ Data"],