Changes between Initial Version and Version 1 of S2S_WEB_RESOURCE_MANAGING_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_RESOURCE_MANAGING_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=S2S_WEB_RESOURCE_MANAGING_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= Analysis = 
     6 
     7== Overview == 
     8The following operations with resources will be available through the web interface: 
     9 * Upload / Delete / Download / Clone a concrete book. 
     10 * Create / Edit / Delete user accounts. 
     11 * Change a book's meta information (what is editable). 
     12 * Upload a new version of a book. 
     13 
     14== Task requirements == 
     15 
     16 * The analysis of this task assumes that [wiki:S2S_FACADE_RESOURCE_ACCESS_R0] is already implemented.  
     17 * User accounts must be made deletable. 
     18 * Upload / download of books (and book versions) must be implemented. 
     19 
     20== Task result == 
     21Web pages. 
     22 
     23== Implementation idea == 
     24 * The edit_profile.jsp file is already created, just the functionality to delete the user must be added. [[BR]] 
     25 * Add the possibility to upload a new book in upload_book.jsp. 
     26 * Create page for viewing individual book, put there "upload a new version". 
     27 * Make the "Delete" button work for books. 
     28 
     29== Related == 
     30[wiki:S2S_FACADE_RESOURCE_ACCESS_R0] [[BR]] 
     31[wiki:S2S_WEB_BOOK_MANIPULATION_R0] [[BR]] 
     32[wiki:S2S_WEB_BOOK_MANAGEMENT_R0]  
     33 
     34== How to demo == 
     35Open the S2S via your browser, Upload a new book, download it, then delete it. [[BR]]  
     36Create a new user entry, then delete it. 
     37 
     38= Design = 
     39^(Describe your design here.)^ 
     40 
     41= Implementation = 
     42^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     43 
     44= Testing = 
     45^(Place the testing results here.)^ 
     46 
     47= Comments = 
     48^(Write comments for this or later revisions here.)