The /clock slice command delivered in #21 currently achieves the effect of allowing me to tag chunks of time within a specific entry. However, this clutters the time report, forcing me now to do mental math to figure out how much time I've really worked this week after subtracting out lunch breaks and the like.
To split out the requirements for myself around tagging vs. slicing...
As a user I want to tag a block of time, so I can know later what specifically I'd spent that time doing. This is equivalent the current /clock slice functionality.
As a user I want to slice out chunks of time from an entry so that the time is not counted in my daily or weekly totals, so I can make sure only relevant hours are summed.
The /clock slice command delivered in #21 currently achieves the effect of allowing me to tag chunks of time within a specific entry. However, this clutters the time report, forcing me now to do mental math to figure out how much time I've really worked this week after subtracting out lunch breaks and the like.
To split out the requirements for myself around tagging vs. slicing...