Opened 9 years ago
Last modified 14 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: |
Attachments (1)
Change History (12)
by , 9 years ago
comment:1 by , 9 years ago
comment:2 by , 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 , 9 years ago
Component: | general → ticket 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 , 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 , 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%
.
comment:7 by , 9 years ago
comment:8 by , 9 years ago
Milestone: | → next-stable-1.0.x |
---|
comment:9 by , 8 years ago
Milestone: | next-stable-1.0.x → next-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 , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
BTW: first, your spam filter rejected attachment:wrong.PNG, but it was accepted after trying to attach again