Define all missed projects
This commit is contained in:
parent
6aaaffd45b
commit
93a7049de5
1 changed files with 8 additions and 1 deletions
|
@ -113,12 +113,15 @@ harvest_project_names = {
|
|||
"Boston Modern Orchestra Project": ["BMOP", "BMOP.org"],
|
||||
"CRLA.org upgrade": ["CRLA", "CRLA upgrade"],
|
||||
"Cockrill Precision Products": ["Cockrill Corp", "Cockrill"],
|
||||
"Cultura Continued Support": ["Cultura", "MIT Cultura"],
|
||||
"Drutopia": ["Drutopia improvements", "Drutopia overhead"],
|
||||
"EC Connect": ["eccconectcolorado.org", "Denver Econnect", "Denver Early Childhood", "ECconnect", "ECconnectColorado"],
|
||||
"Eliot School": ["Eliot"],
|
||||
"encuentro 5 sites": ["e5", "Encuentro"],
|
||||
"encuentro 5 sites": ["Encuentro5", "e5", "Encuentro"],
|
||||
"Family & Home": ["Family and Home", "Family home"],
|
||||
"Find It Cambridge": ["Find It", "FIC", "Cambridge"],
|
||||
"Find It Cambridge: Contributing back to the community": ["Find It Contrib"],
|
||||
"Find It Cambridge: Planning": ["Find It project management"],
|
||||
"GEO Support": ["GEO", "GEO.coop", "Grassroots Economic Organizing"],
|
||||
"Immigrant Navigator": ["IFSI", "Immigrant Family Services"],
|
||||
"Internal": ["Agaric", "Agaric internal"],
|
||||
|
@ -132,14 +135,18 @@ harvest_project_names = {
|
|||
"NICHQ Data Upgrade": ["NICHQ Data"],
|
||||
"NICHQ Support": ["NICHQ", "NICHQ support"],
|
||||
"NICHQ FL CMS LAN": ["FL CMS LAN", "flcmslan", "NICHQ FLCMSLAN"],
|
||||
"OAG - Office of Opportunity and Achievement Gaps Task Force": ["Boston Public Schools", "BPS", "OAG"],
|
||||
"Portside": ["Portside.org Improvements 2020", "portside.org", "Portside support"],
|
||||
"SCDTDP Collaboratory Data Site System Security": ["SCDTDP", "NICHQ SCDTDP", "NICHQ security"],
|
||||
"Teachers with GUTS": ["TWIG", "GUTS"],
|
||||
"The Propaganda Site": ["TPS", "Propaganda Site", "The Propganda Site", "Murat & Clay"],
|
||||
"VHFA": ["Vermont Housing Finance Agency", "Vermont", "Vermont Housing"],
|
||||
"Vulk redesign": ["Vulk", "Vulk.coop"],
|
||||
}
|
||||
other_project_names = {
|
||||
"Near North camp": ["Near North Camp", "Near North defense", "Encampment support", "Camp support", "NN camp defense", "NN camp", "NN defense", "Near North camp defense"],
|
||||
"Personal": ["Personal/external", "Personal / external", "External"],
|
||||
"Tzedakah": ["Community support"],
|
||||
}
|
||||
|
||||
replacement_project_names = harvest_project_names | other_project_names
|
||||
|
|
Loading…
Reference in a new issue