GNOME Bugzilla – Bug 561000
Supertasks Complete % is not updated when subtasks are
Last modified: 2021-06-09 20:41:05 UTC
Please describe the problem: When you edit the Complete % for a subtask, the supertasks complete % remains the same. As far as I can see, it should be fairly easy to calculate this based on the time assigned to those tasks. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Same here on several boxes running 0.14.4 on ubuntu and gentoo.
Note that there's no visual feedback for the completion of a supertask. Suggested expected result: * in the "edit task" dialog of a supertask, the "Complete %" should be grayed out (no manual input possible) and computed from the subtasks. * no idea about how we could have visual feedback without getting a cluttered interface.
*** Bug 353215 has been marked as a duplicate of this bug. ***
*** Bug 530661 has been marked as a duplicate of this bug. ***
Created attachment 243021 [details] [review] Supertask's Complete % is calculated from subtasks' work days and complete %'s supertask % = sum(subtask.work * subtask.complete for all subtasks) / sum(subtask for all subtasks) This patch also implement complete % recovery during indent undo. Complete spinbutton grays out if the task has leaf.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/World/planner/-/issues/161.