Changes between Initial Version and Version 1 of S2S_WEB_BOOK_MANIPULATION_R0


Ignore:
Timestamp:
12/20/08 14:05:02 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_BOOK_MANIPULATION_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=S2S_WEB_BOOK_MANIPULATION_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5 
     6 
     7= Analysis = 
     8 
     9== Overview == 
     10The web interface should provide a way for editing and deleting books already existing on the server. For each book there should be separate page for manipulation. 
     11 
     12== Task requirements == 
     13 * For each book uploaded by user, should be created a page for editing. 
     14 * The user should be able to delete his/her own books. 
     15 
     16== Task result == 
     17 * Page providing book manipulation unique for each book. 
     18 
     19== Implementation idea == 
     20 * Use !BookService class and its methods.  
     21 * Create a jso page with dynamic content different for the different books. 
     22 
     23== Related == 
     24[wiki:S2S_WEB_BOOK_MANAGEMENT_R0][[BR]] 
     25[wiki:S2S_WEB_COMMONS_R1][[BR]] 
     26[wiki:S2S_WEB_USER_RELATED_R0][[BR]] 
     27[wiki:S2S_CORE_MODEL_R0] 
     28 
     29== How to demo == 
     30Show the newly created page for manipulating with books. 
     31 
     32= Design = 
     33 
     34= Implementation = 
     35^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     36 
     37= Testing = 
     38 
     39= Comments = 
     40^(Write comments for this or later revisions here.)