From a355487b18b024bac93d526e6422bde636a8f946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 7 May 2022 18:39:35 -0400 Subject: [PATCH] condense duplicate content writing lines --- pomodoro_to_harvest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index fd84787..925ea83 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -138,14 +138,13 @@ compound_project_tasks = { "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 — Content": ["content", "blog", "blogging", "writing"], + "Internal — Content": ["Agaric site content", "Agaric content", "content", "blog", "blogging", "writing"], "Internal — Documentation": ["documentation", "docs", "documenting"], "Internal — Other": ["other"], "Internal — Overhead": ["overhead"], "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", "AgaricNetwork Engagement", "Networking"], - "Internal — Content": ["Agaric site content", "Agaric content"], "VHFA — Contributing back to the community": ["VHFA contrib"], } for preferred, alternatives in compound_project_tasks.items():