Compare commits
No commits in common. "b9de1004df2256b6d80decbd0285bd949f8e806a" and "72b39bc00c0a20a45621a89de748483fba2735c4" have entirely different histories.
b9de1004df
...
72b39bc00c
2 changed files with 3 additions and 4 deletions
|
|
@ -146,7 +146,7 @@ compound_project_tasks = {
|
|||
"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", "Cons", "Camps", "Camp", "Conferences", "meetup", "meetups"],
|
||||
"Internal — Conferences & Meetups": ["Conference", "Cons", "Camps", "Conferences", "meetup", "meetups"], # Note camp is not here because that maps to Near North camp
|
||||
"Internal — Content": ["Agaric site content", "Agaric content", "content", "blog", "blogging", "writing", "content writing"],
|
||||
"Internal — Documentation": ["documentation", "docs", "documenting"],
|
||||
"Internal — Marketing": ["marketing", "Agaric marketing", "promotion", "Agaric promotion"],
|
||||
|
|
@ -229,7 +229,7 @@ harvest_project_names = {
|
|||
"C-Team support": ["ZEIT", "ZEIT ONLINE", "ZEIT Upgrade", "Zeit D9"],
|
||||
}
|
||||
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", "Near North", "Encampment Defense"],
|
||||
"Near North camp": ["Near North Camp", "Near North defense", "Encampment support", "Camp support", "NN camp defense", "NN camp", "NN defense", "Near North camp defense", "Camp", "Near North", "Encampment Defense"],
|
||||
"Personal": ["Personal/external", "Personal / external", "External"],
|
||||
"Tzedakah": ["Community support"],
|
||||
"PWGD": ["People Who Give a Damn", "PWGD Inc"],
|
||||
|
|
|
|||
|
|
@ -37,8 +37,7 @@ def pomodoro_logpath():
|
|||
|
||||
def pomodoro_latest_recorded(timestamp = None):
|
||||
if timestamp:
|
||||
if pomodoro.get('latest_recorded', None):
|
||||
config.set('pomodoro', 'second_latest_recorded', pomodoro.get('latest_recorded'))
|
||||
config.set('pomodoro', 'second_latest_recorded', pomodoro.get('latest_recorded', None))
|
||||
config.set('pomodoro', 'latest_recorded', str(timestamp))
|
||||
write()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue