[[BackLinksMenu]] [[TicketQuery(summary=UNPLANNED_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|)]] = Analysis = == Overview == A persister for save/load of the gradient of the background should be written. == Task requirements == * Create persister for the ImmGradient class * Create persisters for all other classes used in ImmGradient, who haven't got one. * Create Unit Tests. == Task result == The result is source code. == Implementation idea == * Create ValueRef-s and PropRef-s for all properties and attributes of the ImmGradient class. * Create Persister classes for those attributes/properties who haven't got one. == How to demo == * Create new book, use gradient in the background, save/load it. Check that the gradient is the same as the one before the save. * Run the unit tests. = Design = = Implementation = = Testing = = Comments =