View Issue Details

IDProjectCategoryView StatusLast Update
0007952mantisbttime trackingpublic2014-09-23 18:05
Reporterfman Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0a3 
Target Version1.2.6Fixed in Version1.2.6 
Summary0007952: Minor Improvement - Add label near time used
Description

IMHO it would be good, will displaying notes with time tacking values, add a label (Time used or Time worked, or Time spent) to the right of time value:

Example:

Now -> 12:30
I have spend a lot of time

With change suggested:

     Time worked: 12:30
     I have spend a lot of time
TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

vboctor

vboctor

2007-05-18 03:12

manager   ~0014553

Makes sense. I wonder if other people have feedback on this. Any objections on adding it? What string to use?

jci000

jci000

2007-05-18 07:32

reporter   ~0014555

Sounds nice. What about the possibility to see the total amount of time worked on that issue?

vboctor

vboctor

2007-05-18 11:33

manager   ~0014559

jci000, wouldn't that be a different feature? I am assuming that after listing all the notes, there is an entry that shows the aggregated time, right? Or it can even come before the notes. Something similar to the "Users Monitoring this Issue" or "Issue Relationships".

I would suggest you report a new issue for this feature.

jci000

jci000

2007-05-19 03:32

reporter   ~0014562

Last edited: 2007-05-19 03:40

Yes vboctor you are right. I've created issue 0007990 for this.

fman

fman

2007-05-23 02:12

reporter   ~0014601

Last edited: 2007-05-23 02:15

My 5 cents to solve this:

// Add to strings_english.txt
$s_time_worked='Time worked=';

// in bugnote_view_inc.php
$Id: bugnote_view_inc.php,v 1.38 2007/02/20 05:49:00 vboctor
line 174:
case TIME_TRACKING:
if ( access_has_bug_level( config_get( 'time_tracking_view_threshold' ), $f_bug_id ) ) {
echo '' . lang_get( 'time_worked' ) , $v3_time_tracking_hhmm, '

';
}
break;

I've suppresed <big> because IMHO, gives too much emphasis

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036447

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 0c6d0135

2011-07-14 06:22

Damien Regad


Details Diff
Fix 0007952: Add a label next to time spent in bug notes

Also reduced the font size back to normal, because with the added label the
large font put too much emphasis on the time spent vs the bugnote text.
Affected Issues
0007952
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File

MantisBT: master c50db060

2011-07-14 06:31

Damien Regad


Details Diff
Fix 0007952: Add a label next to time spent in bug notes

Also reduced the font size back to normal, because with the added label the
large font put too much emphasis on the time spent vs the bugnote text.
Affected Issues
0007952
mod - bugnote_view_inc.php Diff File
mod - css/default.css Diff File
mod - lang/strings_english.txt Diff File