Changes between Version 1 and Version 2 of S2S_WEB_SEARCH_R0


Ignore:
Timestamp:
01/16/09 15:32:05 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_SEARCH_R0

    v1 v2  
    2525 * For book search: 
    2626  * 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 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) 
     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. 
    2929  * 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 
    3234 * 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. 
    3341 
    3442== 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.))^ 
     43Thorougly improved search -  source code, jsp files. 
    3644 
    3745== Implementation idea == 
    38 ^(It is advisable to include some rough implementations ideas.)^ 
     46If there is no time left, the facade is not neccessary for now. 
    3947 
    4048== Related == 
    41 ^(Here you can add related tasks that could be useful or helpful.)^ 
     49[wiki:S2S_WEB_BOOK_MANAGEMENT_R0] [[BR]] 
     50 
    4251 
    4352== How to demo == 
    44 ^(In this section you must add instructions for the demo of the task.)^ 
     53Access the servt at [http://sophie2.org/s2s] and search for something 
    4554 
    4655= Design =