-
-
/trunk/reviewboard/htdocs/css/reviews.css (Diff revision 3) Can you uncompress the lines a bit? Down the road we're going to do CSS "compressing" to reduce file size, so for now improved readability would be nice.
-
/trunk/reviewboard/htdocs/scripts/rb/widgets.js (Diff revision 3) You can use cls instead of "class" to refer to the "class" attribute here, and in the following createChild calls.
-
/trunk/reviewboard/htdocs/scripts/rb/widgets.js (Diff revision 3) Remove the space between the ( and the first parameter.
-
-
-
/trunk/reviewboard/templates/reviews/review_detail.html (Diff revision 3) This should go in a CSS file.
Add YUI Autocomplete to the the People selection field
Review Request #171 — Created Oct. 17, 2007 and submitted
Information | |
---|---|
js | |
Review Board SVN (deprecated) | |
Reviewers | |
reviewboard | |
ehuss |
We've been running review board internally here and has slowly begun to replace email and bugzilla for tracking changes. However, one usability problem we ran into is that users have to guess what a peer's login name is. In both bugzilla and email you can either chose from a user list or from an address book. To help ease adoption of reviewboard, we've added autocomplete on the people field against the user database. After each keypress in the people field, we use the YUI toolkit to perform a JSON request to the server to fetch any usernames that begin with the keystrokes entered. User entries are separated by commas. (Updated to include autocomplete of groups as well as people)
Tested against a local instance of reviewboard using MySQL on the backend for the user table and LDAP for authentication. Browsers tested: Safari 3.0, IE 6.0, and Firefox 2.0.
CU
-
This looks cool! I don't really like the sliding effect, but otherwise this is a much-needed improvement.
CU
-
This looks cool! I don't really like the sliding effect, but otherwise this is a much-needed improvement.
CU
-
This looks cool! I don't really like the sliding effect, but otherwise this is a much-needed improvement.