Add additional projects, rename as needed
This commit is contained in:
parent
20f31dfc6a
commit
91643f088d
1 changed files with 4 additions and 1 deletions
|
@ -110,12 +110,15 @@ timelog['description'] = timelog['description'].str.strip()
|
||||||
|
|
||||||
# Replace irregular-but-known project names with ones timetracking tools use.
|
# Replace irregular-but-known project names with ones timetracking tools use.
|
||||||
replacement_project_names = {
|
replacement_project_names = {
|
||||||
|
"Boston Modern Orchestra Project": ["BMOP", "BMOP.org"],
|
||||||
|
"CRLA.org upgrade": ["CRLA", "CRLA upgrade"],
|
||||||
"Contrib": ["Contributing", "Agaric contrib", "Agaric contributions"],
|
"Contrib": ["Contributing", "Agaric contrib", "Agaric contributions"],
|
||||||
"Drutopia": ["Drutopia improvements"],
|
"Drutopia": ["Drutopia improvements", "Drutopia overhead"],
|
||||||
"EC Connect": ["eccconectcolorado.org", "Denver Early Childhood", "ECconnect", "ECconnectColorado"],
|
"EC Connect": ["eccconectcolorado.org", "Denver Early Childhood", "ECconnect", "ECconnectColorado"],
|
||||||
"encuentro 5 sites": ["e5", "Encuentro"],
|
"encuentro 5 sites": ["e5", "Encuentro"],
|
||||||
"Family & Home": ["Family and Home", "Family home"],
|
"Family & Home": ["Family and Home", "Family home"],
|
||||||
"Find It Cambridge": ["Find It", "FIC", "Cambridge"],
|
"Find It Cambridge": ["Find It", "FIC", "Cambridge"],
|
||||||
|
"GEO Support": ["GEO", "GEO.coop", "Grassroots Economic Organizing"],
|
||||||
"Internal": ["Agaric", "Agaric internal"],
|
"Internal": ["Agaric", "Agaric internal"],
|
||||||
"Leads": ["Lead", "Agaric leads", "Lead followups"],
|
"Leads": ["Lead", "Agaric leads", "Lead followups"],
|
||||||
"Internal: Personal Learning": ["Learning", "Personal learning"],
|
"Internal: Personal Learning": ["Learning", "Personal learning"],
|
||||||
|
|
Loading…
Reference in a new issue