Feature #1308
use ajax suggestion pattern to fill out single potentially big fields, like "assigned to", "author"
| Status: | New | Start date: | 2008-05-26 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | UI | |||
| Target version: | - | |||
| Resolution: |
Description
if the user base is large, it would be nice not to have dropdown for them, but something like http://ajaxpatterns.org/Suggestion. an example copied from the patterns page is google suggest: http://www.google.com/webhp?complete=1.
History
#1 Updated by rupert thurner almost 5 years ago
this: http://www.interiders.com/wp-content/demos/ProtoMultiSelect/test.html would be also an example for multiselect.
#2 Updated by rupert thurner almost 5 years ago
this would maybe usable for: * categories (one issue can have multiple categories) * related to (as there are a lot of issues)
#3 Updated by Mark Gallop almost 5 years ago
- File issues_controller.rb.diff
added - File _user_search.rhtml
added - File _form.rhtml.diff
added
I also needed to do this as my Redmine install needs 2000+ users.
Attached are some patches/files for a method I am using for creating an ajax search box for selecting the author of an issue. Although this is not something that would be needed in Redmine core, it might be a base for adding the feature when the lists would be too large for a combobox.
This patch requires the Rails auto_complete plugin.