Hello. Given all the TODO and DONE tasks in a page, I want to:
Calculate the percentage of the DONE task (like a project progress percentage). That is, if we have 10 tasks but only 5 are done, the output should be 50%.
Automatically place that result in the page property called “progress”
Any idea of implementation or if this is even posible?
Just what I needed. Thank you. The only problem I see is that the blue and green colors for the DOING and DONE tasks are not appearing… Everything has the same color…
I can see two colors in the screenshot, but the contrast between the two is very faint (and not matching the screenshot at all).
If you have a GitHub account, probably the best thing to do is to create an issue so @Peng_Xiao can fix the color scheme (though I think you’ve already done that seeing this issue).
I’ve marked @etc’s comment as the solution to keep the forum nice and tidy. I hope you don’t mind
Oh! Actually it was difficult for me to see it , but yes, there is some minor difference between colours!
Yes, at the end I thought it was better to open an issue directly on git. And yes, I was going to put it as solved actually . Anyways if someone already found a solution for the color issue, answers are appreciated : )
Thanks!