Changes between Initial Version and Version 2 of Ticket #1031


Ignore:
Timestamp:
03/11/11 12:27:41 (3 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1031

    • Property Status changed from new to assigned
  • Ticket #1031 – Description

    initial v2  
    11Add an api for searching users. This is needed for any kind of ajax autocomplete (needed for anywhere we want to add users). 
    22 
    3  * API location: /api/utils/userlookup?q=querystr&limit=10&offset=0 
     3 * API location: /api/util/user/lookup?q=querystr&limit=10&offset=0 
    44 * Return json objects containing {id: ..., name: ..., fullname: ...} 
    55 * Put in a module called controllers/api/user.py