MITLibraries / oastats-ui

The User Interface for the MIT Libraries Open Access Statistics Project
0 stars 2 forks source link

List of filter options may need to be populated by AJAX #4

Closed matt-bernhardt closed 10 years ago

matt-bernhardt commented 10 years ago

In order to improve response times, and give the user some indication that things are loading, it may be necessary to load the list of filter options (currently built via PHP from the Mongo store before the page displays) either from a static list, or via AJAX after document.ready()

matt-bernhardt commented 10 years ago

This has been resolved (along with other performance issues) by implementing a summary collection.