You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on an open-source agile project which uses Kunagi internally (http://projectclearwater.org), and one of the things we struggle with is getting an overview of the total time we each have left on our tasks, so that we can see whether we're over- or under-committed, and better track how much progress we make each day.
This patch adds a "Work left" count to the UserStatusDetailsWidget (beneath 'Tasks' and 'Issues') which tracks the total number of hours remaining on all tasks that user has claimed. I think it's going to be useful for us, so it might well be useful for others.
thank you very much for your patch. I will review it as soon as I can.
Best regards,
Witek
Hi, Kunagi team,
I work on an open-source agile project which uses Kunagi internally
(http://projectclearwater.org), and one of the things we struggle with is getting an overview
of the total time we each have left on our tasks, so that we can see whether we're over-
or under-committed, and better track how much progress we make each day.
This patch adds a "Work left" count to the UserStatusDetailsWidget (beneath
'Tasks' and 'Issues') which tracks the total number of hours remaining on all
tasks that user has claimed. I think it's going to be useful for us, so it might well be
useful for others.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, Kunagi team,
I work on an open-source agile project which uses Kunagi internally (http://projectclearwater.org), and one of the things we struggle with is getting an overview of the total time we each have left on our tasks, so that we can see whether we're over- or under-committed, and better track how much progress we make each day.
This patch adds a "Work left" count to the UserStatusDetailsWidget (beneath 'Tasks' and 'Issues') which tracks the total number of hours remaining on all tasks that user has claimed. I think it's going to be useful for us, so it might well be useful for others.
I have a screenshot of how it looks on my blog: http://robertkday.wordpress.com/2013/06/17/my-first-foray-into-kunagi-development/
Thanks,
Rob