| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=UNPLANED_GRADIENT_PERSISTER, 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 | |
| 8 | == Overview == |
| 9 | A persister for save/load of the gradient of the background should be written. |
| 10 | |
| 11 | == Task requirements == |
| 12 | * Create persister for the ImmGradient class |
| 13 | * Create persisters for all other classes used in ImmGradient, who haven't got one. |
| 14 | * Create Unit Tests. |
| 15 | |
| 16 | == Task result == |
| 17 | The result is source code. |
| 18 | |
| 19 | == Implementation idea == |
| 20 | * Create ValueRef-s and PropRef-s for all properties and attributes of the ImmGradient class. |
| 21 | * Create Persister classes for those attributes/properties who haven't got one. |
| 22 | |
| 23 | == How to demo == |
| 24 | * Create new book, use gradient in the background, save/load it. Check that the gradient is the same as the one before the save. |
| 25 | * Run the unit tests. |
| 26 | |
| 27 | = Design = |
| 28 | |
| 29 | = Implementation = |
| 30 | |
| 31 | = Testing = |
| 32 | |
| 33 | = Comments = |