Add another pseudo-project that gets exanded into internal plus task

And correct the documentation and drop implication that this is only historical,
as i keep using it!
This commit is contained in:
benjamin melançon 2021-12-06 07:59:02 -05:00
parent d7541af3fb
commit 61d53e226d

View file

@ -108,14 +108,14 @@ timelog.drop(columns=['tmp_multiplier'], inplace=True)
# Clean up description again, after it has been sliced and diced.
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.
# Specific tasks are expanded from items in list on right into project-task combo on left.
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 — Documentation": ["documentation", "docs", "documenting"],
"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"],