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:
parent
d7541af3fb
commit
61d53e226d
1 changed files with 2 additions and 2 deletions
|
@ -108,14 +108,14 @@ timelog.drop(columns=['tmp_multiplier'], inplace=True)
|
||||||
# Clean up description again, after it has been sliced and diced.
|
# Clean up description again, after it has been sliced and diced.
|
||||||
timelog['description'] = timelog['description'].str.strip()
|
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 left.
|
||||||
# Specific tasks are expanded from items in list on right into project-task combo on right.
|
|
||||||
compound_project_tasks = {
|
compound_project_tasks = {
|
||||||
"Drutopia — Contributing back to the community": ["Drutopia contrib", "Drutopia contributing", "Drutopia contributions"],
|
"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 — Contributing back to the community": ["Find It Contrib"],
|
||||||
"Find It Cambridge — Planning": ["Find It project management"],
|
"Find It Cambridge — Planning": ["Find It project management"],
|
||||||
"Internal — Contributing back to the community": ["Contrib", "Agaric: contrib", "Contributing", "Agaric contrib", "Agaric contributions"],
|
"Internal — Contributing back to the community": ["Contrib", "Agaric: contrib", "Contributing", "Agaric contrib", "Agaric contributions"],
|
||||||
"Internal — Conferences & Meetups": ["Conference", "Camps", "Camp", "Conferences", "meetup", "meetups"],
|
"Internal — Conferences & Meetups": ["Conference", "Camps", "Camp", "Conferences", "meetup", "meetups"],
|
||||||
|
"Internal — Documentation": ["documentation", "docs", "documenting"],
|
||||||
"Internal — Personal Learning": ["Learning", "Personal learning"],
|
"Internal — Personal Learning": ["Learning", "Personal learning"],
|
||||||
"Internal — Presentations": ["presentations", "presentation"],
|
"Internal — Presentations": ["presentations", "presentation"],
|
||||||
"Internal — 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"],
|
||||||
|
|
Loading…
Reference in a new issue