Changes between Version 5 and Version 6 of BluePrint/Search/Client
- Timestamp:
- 11/08/12 23:14:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Search/Client
v5 v6 14 14 server-side). 15 15 16 == Use-Cases ==17 * switching between representation methods (report/map/list) retaining the same filter18 * easy integration of filters in any representation method (report/map/list)19 20 16 == Benefits == 21 17 === Functionality === … … 28 24 * We're eliminating the need for duplication of Search code in both the Search and Report method 29 25 30 == MoreUse-Cases ==26 == Use-Cases == 31 27 32 28 === Current === 29 * Switching between representation methods (report/map/list) retaining the same filter 33 30 * Enable the user to open a new representation method of a search in a new window 34 31 * Asynchronous load the Simple Search Form and the Advanced Search Form separately 35 32 * Review Saving & Loading of Searches. Ensure that when a search is loaded, the widgets are populated with the search criteria. 36 33 * No changes to the current Search UI (are any needed?) 34 * easy integration of filters in any representation method (report/map/list) 37 35 38 36 === Possible Current === … … 41 39 * Would it be possible to integrate the search form into the list page - and therefore remove the need for a search method & different search page? Perhaps provide an var option to disable to load of the search forms? 42 40 43 === Possible Future Extensions===41 === Possible Future === 44 42 * Async Load the Report results 45 43 * Display multiple Data Representations method for a single search form on a one page (dashboard style?)