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:
Jeison Yehuda Amihud (Blender Dumbass) 2023-02-19 20:47:39 +00:00
parent 89b603b013
commit eea4006eff

View file

@ -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.