openhatch

Issue286

Title Make adding people to Roundup's nosy list use autocomplete instead of stupid search thing
Milestone later Priority bug
Waiting On Status chatting
Superseder Nosy List aldeka, jacquiesue, paulproteus, pythonian4000
Assigned To Keywords bitesize, javascript, this-would-rock, usability

Created on 2011-02-12.22:14:35 by aldeka, last changed 2012-01-30.03:10:41 by jacquiesue.

Files
File name Uploaded Type Edit Remove
Screen Shot 2012-01-29 at 9.58.57 PM.png jacquiesue, 2012-01-30.03:08:35 image/png
Messages
msg2926 (view) Author: jacquiesue Date: 2012-01-30.03:08:35
Why is python bug tracker different that ours, they seem to 
be using roundup also. And there is a plus sign to add yourself
to the nosy list. I don't think you can have the a pop-up auto-complete
list as this issue suggests because the list may contain a list of names,
therefore, how can you auto-complete? (I could be completely wrong but just
my thoughts after poking around today.) I'm attaching a screen shot of the
python bug nosy list. Unless you are thinking something along the lines 
of how gmail does auto-complete in the "To:" box with a list of names?

http://docs.python.org/devguide/triaging.html#nosy-list
http://issues.roundup-tracker.org/issue2550741
msg2925 (view) Author: jacquiesue Date: 2012-01-30.01:32:40
After clicking on the prior links provided, I came across this message:

jQuery plugin: Autocomplete
Note (2010-06-23): This plugin is deprecated and not developed anymore. Its
successor is part of jQuery UI (http://jqueryui.com/demos/autocomplete/)
msg2149 (view) Author: paulproteus Date: 2011-07-03.03:10:05
In particular, check out "Multiple Cities" at 
http://view.jquery.com/trunk/plugins/autocomplete/demo/
msg2148 (view) Author: paulproteus Date: 2011-07-03.03:09:37
This is actually a bug that would have to get fixed in Roundup.

If you know JavaScript, this would be pretty easy. 
http://docs.jquery.com/Plugins/autocomplete shows the kind of thing that jQuery 
can do with autocomplete.

A few hours' exploration of the Roundup code should let you figure out how to ask 
Roundup to generate a JSON list of the users for the nosy list, and then you can 
query that from a small bit of jQuery.

This  would be great, but keep in mind that it's not a bug in the main OpenHatch 
code, but in Roundup. If you want to hack on it, we will still do our best to 
mentor you!
msg1039 (view) Author: aldeka Date: 2011-02-12.22:14:35
Just add some sort of JSON / JQuery autocomplete to the nosy text box, I guess.

Because the search popup is a TERRIBLE user interface.
History
Date User Action Args
2012-01-30 03:10:41jacquiesuesetnosy: + jacquiesue
2012-01-30 03:08:36jacquiesuesetfiles: + Screen Shot 2012-01-29 at 9.58.57 PM.png
messages: + msg2926
2012-01-30 01:32:40jacquiesuesetmessages: + msg2925
2012-01-30 01:32:05jacquiesuesetmessages: - msg2924
2012-01-30 01:31:51jacquiesuesetmessages: + msg2924
2011-07-03 03:10:05paulproteussetmessages: + msg2149
2011-07-03 03:09:38paulproteussetstatus: unread -> chatting
messages: + msg2148
2011-07-02 20:25:26palhmbssetmilestone: 0.11.06 -> later
2011-05-28 22:12:18palhmbssetkeyword: + bitesize, javascript, usability, this-would-rock
milestone: 0.11.05 -> 0.11.06
2011-04-30 23:51:04palhmbssetmilestone: later -> 0.11.05
2011-02-12 22:14:35aldekacreate