Changes between Version 2 and Version 3 of Ticket #1031
- Timestamp:
- 03/11/11 13:12:22 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1031 – Description
v2 v3 1 1 Add an api for searching users. This is needed for any kind of ajax autocomplete (needed for anywhere we want to add users). 2 2 3 * API location: /api/util/user/lookup?q=querystr&limit=10 &offset=03 * API location: /api/util/user/lookup?q=querystr&limit=10 4 4 * Return json objects containing {id: ..., name: ..., fullname: ...} 5 5 * Put in a module called controllers/api/user.py