| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=S2S_CORE_RESOURCES_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 | |
| 10 | == Overview == |
| 11 | This task concerns about the server logic, related to dealing with resources. It depends on [wiki:S2S_PERSIST_RESOURCES_R0]. |
| 12 | |
| 13 | == Task requirements == |
| 14 | Currently, only the information about a book/user is persisted on the server. We need a functionality for persisting resources (the kind of resources must be cleared in [wiki:S2S_PERSIST_RESOURCES_R0] first). |
| 15 | * Add the possibility to persist/delete a concrete book on the server. |
| 16 | * The resource DAO must be used for this. |
| 17 | * Unit tests must be provided. |
| 18 | |
| 19 | == Task result == |
| 20 | Source code (updated org.sophie2.server.service), unit tests. |
| 21 | |
| 22 | == Implementation idea == |
| 23 | |
| 24 | |
| 25 | == Related == |
| 26 | [wiki:S2S_PERSIST_RESOURCES_R0] [[BR]] |
| 27 | [wiki:BASE_RESOURCE_COMMONS_R0] [[BR]] |
| 28 | [wiki:S2S_CORE_MODEL_R0] [[BR]] |
| 29 | |
| 30 | == How to demo == |
| 31 | Show the new/updated classes, run unit tests. |
| 32 | |
| 33 | = Design = |
| 34 | |
| 35 | = Implementation = |
| 36 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 37 | |
| 38 | = Testing = |
| 39 | |
| 40 | = Comments = |
| 41 | ^(Write comments for this or later revisions here.) |