[[BackLinksMenu]] [[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|)]] = Analysis = == Overview == The following operations with resources will be available through the web interface: * Upload / Delete / Download / Clone a concrete book. * Create / Edit / Delete user accounts. * Change a book's meta information (what is editable). * Upload a new version of a book. == Task requirements == * The analysis of this task assumes that [wiki:S2S_FACADE_RESOURCE_ACCESS_R0] is already implemented. * User accounts must be made deletable. * Upload / download of books (and book versions) must be implemented. * Make suggestions for the whole web UI of the server, since its navigation is not cleared yet. If something is accepted, implement it. == Task result == Web pages. == Implementation idea == * The edit_profile.jsp file is already created, just the functionality to delete the user must be added. [[BR]] * Add the possibility to upload a new book in upload_book.jsp. * Create page for viewing individual book, put there "upload a new version". * Make the "Delete" button work for books. == Related == [wiki:S2S_FACADE_RESOURCE_ACCESS_R0] [[BR]] [wiki:S2S_WEB_BOOK_MANIPULATION_R0] [[BR]] [wiki:S2S_WEB_BOOK_MANAGEMENT_R0] == How to demo == Open the S2S via your browser, Upload a new book, download it, then delete it. [[BR]] Create a new user entry, then delete it. = Design = ^(Describe your design here.)^ = Implementation = ^(Describe and link the implementation results here (from the wiki or the repository).)^ = Testing = ^(Place the testing results here.)^ = Comments = ^(Write comments for this or later revisions here.)