| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=S2S_WEB_BOOK_MANAGEMENT_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 == |
| 10 | Book management means the ability to list, add, removes and search books by various fields. |
| 11 | |
| 12 | == Task requirements == |
| 13 | * The logged in user should be able to: |
| 14 | * view lists of all the available books in the database. |
| 15 | * search the books by some criteria based on their fields(author, title, version, date uploaded...) |
| 16 | * add new books to the database. |
| 17 | * remove his/her own books. |
| 18 | * All of these must happen through web interface. |
| 19 | |
| 20 | == Task result == |
| 21 | * pages providing book management. |
| 22 | |
| 23 | == Implementation idea == |
| 24 | * Use [source:trunk/sophie2-platform/modules/org.sophie2.server/src/main/java/org/sophie2/server/service/BookService.java BookService] class and its methods. |
| 25 | * Create two jsps - to list and to add books(with form). |
| 26 | |
| 27 | == Related == |
| 28 | [wiki:S2S_WEB_COMMONS_R1][[BR]] |
| 29 | [wiki:S2S_WEB_USER_RELATED_R0][[BR]] |
| 30 | [wiki:S2S_CORE_MODEL_R0] |
| 31 | |
| 32 | == How to demo == |
| 33 | Show the new created pages. |
| 34 | |
| 35 | = Design = |
| 36 | |
| 37 | = Implementation = |
| 38 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 39 | |
| 40 | = Testing = |
| 41 | |
| 42 | = Comments = |
| 43 | ^(Write comments for this or later revisions here.) |