From 971bae8c484111f4015193a2a0fbdd0e27920557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Jul 2025 13:09:39 -0400 Subject: [PATCH] Add task alias for PTO --- pomodoro_to_harvest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 611f048..0e0aefe 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -155,7 +155,7 @@ compound_project_tasks = { "Internal — Planning": ["planning", "plan"], "Internal — Personal Learning": ["Learning", "Personal learning", "learn"], "Internal — Presentations": ["presentations", "presentation"], - "Internal — PTO": ["PTO", "Paid Time Off", "Agaric PTO"], + "Internal — Paid time off": ["PTO", "Paid Time Off", "Agaric PTO"], "Internal — Network Engagement": ["Network Engagement", "NE", "network engagment", "Social media", "Network building", "Agaric network engagement", "AgaricNetwork Engagement", "Networking"], "VHFA — Contributing back to the community": ["VHFA contrib"], } @@ -261,6 +261,7 @@ for preferred, alternatives in replacement_project_names.items(): subproject_names = { "Contributing back to the community": ["contrib", "contributing", "contributions"], "Not billed": ["nb"], + "Paid time off": ["PTO"], "Planning": ["plan", "meeting", "pm", "project management", "plannng"], "Quality Assurance": ["qa", "quality"], }