Edgewall Software
Modify

Opened 9 years ago

Last modified 7 months ago

#12123 new defect

progress says 100% but it's not finished!

Reported by: anonymous Owned by:
Priority: normal Milestone: next-stable-1.6.x
Component: ticket system Version: 1.0.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

If target value is not equal to current value, it should never say 100%!

Attachments (1)

wrong.PNG (4.6 KB ) - added by anonymous 9 years ago.

Download all attachments as: .zip

Change History (12)

by anonymous, 9 years ago

Attachment: wrong.PNG added

comment:1 by anonymous, 9 years ago

BTW: first, your spam filter rejected attachment:wrong.PNG, but it was accepted after trying to attach again

comment:2 by Ryan J Ollos, 9 years ago

We could use floor rather than round: tags/trac-1.0.6/trac/ticket/roadmap.py@:115-116#L108.

comment:3 by Jun Omae, 9 years ago

Component: generalticket system

I don't think use of floor solves it. It seems the percentage of done is added up to 100% in tags/trac-1.0.6/trac/ticket/roadmap.py@:127,133#L122.

comment:4 by anonymous, 9 years ago

A simple if-statement could overrule a calculated result:

if percent == 100 and finish_value > current_value:
    percent = 99

comment:5 by anonymous, 9 years ago

Maybe instead of fudging the numbers more and more, keep the current calculations but indicate fudged numbers by displaying something like ~100% or <100% instead of 100%.

in reply to:  6 comment:7 by anonymous, 9 years ago

Replying to anonymous:

Or Approximately But Not Actually Equal To ≆100%.

grmpf…too complicated

comment:8 by Jun Omae, 8 years ago

Milestone: next-stable-1.0.x

comment:9 by Ryan J Ollos, 7 years ago

Milestone: next-stable-1.0.xnext-stable-1.2.x

Moved ticket assigned to next-stable-1.0.x since maintenance of 1.0.x is coming to a close. Please move the ticket back if it's critical to fix on 1.0.x.

comment:10 by Ryan J Ollos, 4 years ago

Milestone: next-stable-1.2.xnext-stable-1.4.x

comment:11 by Ryan J Ollos, 7 months ago

Milestone: next-stable-1.4.xnext-stable-1.6.x

Milestone renamed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.