| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=BASE_PERSISTENCE_COMMONS_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 == |
| 8 | This task should provide a class structure for persisting books with all their elements. |
| 9 | |
| 10 | == Task requirements == |
| 11 | * Revise the current code for persisting that is in org.sophie2.main.model module. |
| 12 | * Create a class diagram(s) for the class structure related to persistance. |
| 13 | * Modularize to the base.persistence module. |
| 14 | * Review the existing unit tests and fix them if needed. |
| 15 | |
| 16 | == Task result == |
| 17 | The result of this task should be: |
| 18 | * source code |
| 19 | * class diagram(s) |
| 20 | * working unit tests |
| 21 | |
| 22 | == Implementation idea == |
| 23 | * Review the existing source code. |
| 24 | * Create the class diagram(s). |
| 25 | * Refactor and clean up according to the diagram. |
| 26 | * Run unit tests and fix problems if any. |
| 27 | |
| 28 | == Related == |
| 29 | |
| 30 | == How to demo == |
| 31 | * Show the class diagrams and explain them. |
| 32 | * Show the source code related to page elements. |
| 33 | * Run unit tests to demonstrate the model. |
| 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.) |