Ignoring the main checklist
It seems like the main checklist is never useful and just there to be full nearly always. Therefor I don't see much progress happening. I removed the main checklist from the main fraction for now. Will see how it goes.
This commit is contained in:
parent
89b603b013
commit
eea4006eff
1 changed files with 4 additions and 1 deletions
|
@ -822,7 +822,10 @@ def load(project_location):
|
|||
data["donework"] = sum(astlist) / len(astlist)
|
||||
except:
|
||||
data["donework"] = 0.0
|
||||
data["fraction"] = (data["donework"] + data["checklist"]) / 2
|
||||
|
||||
# I decided to remove the main checklist from the main fraction. This way the fraction
|
||||
# reflects better the overall project. I will keep the old code in a comment for a while.
|
||||
data["fraction"] = data["donework"] #(data["donework"] + data["checklist"]) / 2
|
||||
|
||||
|
||||
# Let's record it for today.
|
||||
|
|
Loading…
Add table
Reference in a new issue