- assigned_to: nobody --> jhaselden
Replace the current 'percentage complete' mechanism
driven by a look-up table.
This table will, initially, comprise a series of
numbers corresponding to completion percentages and
have a second column that will provide a description of
that percentage. The description should not be mandatory.
+---------+-------------+
| percent | description |
+---------+-------------+
| 0 | Not Started |
| 25 | |
| 50 | |
| 75 | |
| 100 | Completed |
+---------+-------------+
The description will then be displayed in the
'percentage complete' drop-down along with the values
of 'percent'. The values of 'percent' will be suffixed
with a '%'.
Also, administration of this lookup table should be
included.