Add more projects and name per Harvest
This commit is contained in:
parent
24156c83ec
commit
20f31dfc6a
1 changed files with 6 additions and 4 deletions
|
@ -110,19 +110,21 @@ timelog['description'] = timelog['description'].str.strip()
|
|||
|
||||
# Replace irregular-but-known project names with ones timetracking tools use.
|
||||
replacement_project_names = {
|
||||
"Agaric contrib": ["Contributing", "Contrib", "Agaric contributions"],
|
||||
"Agaric internal": ["Agaric", "Internal"],
|
||||
"Contrib": ["Contributing", "Agaric contrib", "Agaric contributions"],
|
||||
"Drutopia": ["Drutopia improvements"],
|
||||
"EC Connect": ["eccconectcolorado.org", "Denver Early Childhood", "ECconnect", "ECconnectColorado"],
|
||||
"encuentro 5 sites": ["e5", "Encuentro"],
|
||||
"Family & Home": ["Family and Home", "Family home"],
|
||||
"Find It Cambridge": ["Find It", "FIC", "Cambridge"],
|
||||
"Internal": ["Agaric", "Agaric internal"],
|
||||
"Leads": ["Lead", "Agaric leads", "Lead followups"],
|
||||
"Learning": ["Personal learning"],
|
||||
"Internal: Personal Learning": ["Learning", "Personal learning"],
|
||||
"MASS Continuous Improvement": ["MASS Design Group", "MASS", "MASS Design"],
|
||||
"NICHQ Data Upgrade": ["NICHQ Data"],
|
||||
"NICHQ Support": ["NICHQ", "NICHQ support"],
|
||||
"NICHQ Support: FL CMS LAN": ["FL CMS LAN", "flcmslan"],
|
||||
"Near North camp": ["Near North Camp", "Near North defense", "Encampment support", "Camp support", "NN camp defense", "NN camp", "NN defense", "Near North camp defense"],
|
||||
"Network engagement": ["Network Engagement", "network engagement", "Network engagment", "Social media", "Network building", "Agaric network engagement"],
|
||||
"Internal: Network Engagement": ["Network Engagement", "network engagement", "Network engagment", "Social media", "Network building", "Agaric network engagement"],
|
||||
"Personal / external": ["Personal/external", "Personal", "External"],
|
||||
"SCDTDP Collaboratory Data Site System Security": ["SCDTDP", "NICHQ SCDTDP", "NICHQ security"],
|
||||
"Teachers with GUTS": ["TWIG", "GUTS"],
|
||||
|
|
Loading…
Reference in a new issue