Feature #373
Graphical slider for setting "% Done" field
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Resolution: |
Description
A slider could visualize the progress of an issue in a more haptic way, probably leading to a slightly more intuitive
way of setting it.
Related issues
History
#1 Updated by Brad Lang about 4 years ago
+1, the drop down box feels clunky for this field
Would something like this be suitable? http://ajaxian.com/archives/rails-slider-component
#2 Updated by Daniel Felix 7 months ago
- Description updated (diff)
Maybe, since jQuery is used for some kinds of interfaces, this could be handled with this:
http://jqueryui.com/slider/
With this implementation, the whole form backend don't have to be changed. Just the display should be changed.
#3 Updated by Daniel Felix 4 months ago
This could be implemented by a UI-Slider in combination of some input field which is display. The slider is for a fast setting of the input field. for everyone who wants do define it directly, there is still some input field which could be edited.