Changes between Version 1 and Version 2 of APP_PLUGIN_MANAGER_SKINS_R0


Ignore:
Timestamp:
08/19/09 11:36:54 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_MANAGER_SKINS_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     8 The goal of this task is to provide a visual skin manager. 
    109 
    1110== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     11 * The skin manager should visualize all available skings. 
     12 * Skins should be persisted - load and save of skins. 
     13  * The default skin will not be persisted. It uses the default java look and feel and persisting it is not necessary. 
     14  * All other skins will be persisted. 
     15 * Create a module for skin managing. It should provide the following. 
     16  * Persisters for skins. 
     17  * Visual representation of [source:trunk/sophie2-platform/modules/org.sophie2.base.skins/src/main/java/org/sophie2/base/skins/SkinManager.java SkinManager]. 
     18  *  
    1319 
    1420== Task result ==