Changes between Version 1 and Version 2 of S2S_WEB_SEARCH_R0
- Timestamp:
- 01/16/09 15:32:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_SEARCH_R0
v1 v2 25 25 * For book search: 26 26 * Currently, the search method is not implemented in the S2S facade, and it has to be. 27 * We have to be able to sort the results bysome criteria (for example, by date + descending)28 * We have to be able to take just a number of results (for example, first 5 results) 27 * We have to be able to ORDER the results BY some criteria (for example, by date + descending) 28 * We have to be able to take just a number of results (for example, first 5 results). Not very important for now. 29 29 * We have to able to search in different locations, for example "all books", "books of the current user", "search in results" 30 * We need also User Search 31 * And Group Search 30 * We have to be able to search by word or by phrase (AND and OR) 31 * Search in comments can not be implemented yet, since there are no comments. 32 * We need also User Search.. 33 * and Group Search 32 34 * There must be a simple book search in the menu.jsp (for example, the one, that is currently in the search.jsp) 35 [[BR]] 36 * in search results: 37 * The results from the last search must be listed. 38 * There must be added functionality for search in the results. 39 * The same search form as in search.jsp must be visible in the page. 40 * For every search result, we must have "download", "clone" and "manage" buttons. 33 41 34 42 == Task result == 35 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 43 Thorougly improved search - source code, jsp files. 36 44 37 45 == Implementation idea == 38 ^(It is advisable to include some rough implementations ideas.)^ 46 If there is no time left, the facade is not neccessary for now. 39 47 40 48 == Related == 41 ^(Here you can add related tasks that could be useful or helpful.)^ 49 [wiki:S2S_WEB_BOOK_MANAGEMENT_R0] [[BR]] 50 42 51 43 52 == How to demo == 44 ^(In this section you must add instructions for the demo of the task.)^ 53 Access the servt at [http://sophie2.org/s2s] and search for something 45 54 46 55 = Design =