Original Google doc link

Usability/User evaluation high level takeaways

Data, API, and Indices



Development-related and UI-relevant results

Another customization of the jQuery autocomplete code involves the select function. When the user makes a selection from the dialog, three things happen: the function (1) maps the URI of the selected item to a hidden field within the search form, (2) sets the search type option based on the type of item the user selected, and (3) submits the form to initiate the search.

Even with the packaging work we have done, it’s likely that at least some UI customization would be required to meet the requirements of a given institution. That remains an open issue going forward.


Packaging 




Possible enhancements and areas for future improvement