Changes between Version 1 and Version 2 of APP_PLUGIN_MANAGER_CONFIGURE_R0


Ignore:
Timestamp:
01/15/09 13:29:59 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified APP_PLUGIN_MANAGER_CONFIGURE_R0

    v1 v2  
    33[[TicketQuery(summary=APP_PLUGIN_MANAGER_CONFIGURE_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|)]] 
    44 
    5  
    6  
    75= Analysis = 
    8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    9  
    106== Overview == 
    11 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
    12  
     7Application plugin manager configure allows configuring a plugin that provides configuring functionality. A configuration palette should be present in the plugin manager tab. 
    138== Task requirements == 
    14 ^(Necessary requirements that the task must fulfill.)^ 
    15  
     9 * Research configuring provided by the plugin support library 
     10 * Create a palette in the plugin manager tab that allows configuring of a selected plugin in the plugin list (if the plugin provides this functionality) 
     11 * Create needed extension points for various user controls 
    1612== Task result == 
    17 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
    18  
     13The result of this task is code. 
    1914== Implementation idea == 
    20 ^(It is advisable to include some rough implementations ideas.)^ 
    2115 
    2216== Related == 
    23 ^(Here you can add related tasks that could be useful or helpful.)^ 
     17[wiki:PLUGIN_SUPPORT_LIB_CONFIGURING_R0] 
    2418 
    2519== How to demo == 
    26 ^(In this section you must add instructions for the demo of the task.)^ 
     20Choose a plugin that allows configuring from the list and show some different options. 
    2721 
    2822= Design =