[Korganizer-devel] [Bug 60558] Feature Request: Update a todo's completion percentage when a sub-todo is completed.

simply_bugz at live.co.uk simply_bugz at live.co.uk
Fri Jan 15 01:05:48 CET 2010


https://bugs.kde.org/show_bug.cgi?id=60558


simply_bugz at live.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simply_bugz at live.co.uk




--- Comment #11 from  <simply_bugz live co uk>  2010-01-15 01:05:45 ---
I'm now using korganizer Version 4.3.2 and I don't see an option for this
anywhere. I wonder why this feature is not included? It also seems to be the
only place which picked up this issue.

Here is what I hope for:

For some tasks I really would like to see overall progress, so I intuitively
tried to find the option to bind progress to sub-to-dos.
I was expecting an option which would enable calculation of average progress
and display in top-level to-do with read-only progress bar (so that I wouldn't
mess up the sub-to-do's progress).
Weighted average looks useful as well. I imagine that by default all tasks have
equal weight and if one is modified the remaining to-dos would equally split
the the leftover weight in proportion; unless the weight on a particular to-do
is marked "protected".

For example
--Change0: Freshly added to-do---
[]Project (completion 0%)
   [] Task1 (Weight 25%) (completion 0%)
   [] Task2 (Weight 25%) (completion 0%)
   [] Task3 (Weight 25%) (completion 0%)
   [] Task4 (Weight 25%) (completion 0%)

--Change1: set weight on Task2 to 40; and set some progress values---
[]Project (completion 33%)
   [] Task1 (Weight 20%) (completion 65%)
   [] Task2 (Weight 40%) (completion 20%)
   [] Task3 (Weight 20%) (completion 10%)
   [] Task4 (Weight 20%) (completion 5%)

--Change2 set Task2 protected and set weight on Task1 to 10---
[]Project (completion 29.5%)
   [] Task1 (Weight 10%) (completion 65%)
   [] Task2 (Weight 40%) (completion 20%) (protected)
   [] Task3 (Weight 25%) (completion 10%)
   [] Task4 (Weight 25%) (completion 5%)

Change1 demonstrates P=(p1*w1 + p2*w2 + p3*w3 + p4*w4)
Change2 w3 = w4 = ( 1 - (w1 + w2) ) / 2; here w1 was changed and w2 is
protected

And if you don't touch the weights (e.g. Change0) they stay as w_n=1/n.

The above of course is just an option in the Edit dialogue: "Calculate progress
from dependent To-Do items". When ticked it unlocks "Task proportion: ##%" and
"[] Protect value"

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list