added week calculations, refactor mocks

This commit is contained in:
Mariano Ramon
2020-05-17 10:14:29 -03:00
parent 3e073a0e4b
commit 59964dcab3
6 changed files with 110 additions and 4 deletions

View File

@@ -17,12 +17,13 @@ dailies = db.daily
desktops = ("Work",
"Browse",
"Write",
"Create",
"Learn",
"Idle",
"Self")
"Other",
"Sleep")
unlabeled = "Other"
unlabeled = "Idle"
def active_workspace():