Add camp and presentation 'projects' to become internal tasks, move learning in there too
This commit is contained in:
parent
b6145dd019
commit
d7541af3fb
1 changed files with 4 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue