Add task alias for PTO

This commit is contained in:
benjamin melançon 2025-07-01 13:09:39 -04:00
parent 599ca166ad
commit 971bae8c48

View file

@ -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"],
}