Changes between Version 1 and Version 2 of APP_PLUGIN_MANAGER_INSTALL_R0


Ignore:
Timestamp:
01/10/09 12:49:53 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_MANAGER_INSTALL_R0

    v1 v2  
    1010 * An install button on the plugin manager triggers an "Open File" file dialog that allows choosing a file to install plugin from. 
    1111 * A dialog notifying for broken dependencies shows when the plugin cannot be installed due to dependencies. 
     12  * The dialog lists missing plugins that are required. 
    1213 * After installing the plugin should be visible from the App plugin manager list. 
    1314== Task requirements == 
     
    1516  * Provide file dialog functionality 
    1617 * Provide install plugin functionality 
    17  * Create the "Broken dependencies" error dialog. 
     18 * Create the "Broken dependencies" error dialog. (Including the list of dependencies) 
    1819== Task result == 
    1920The result of this task is code 
     
    2122Implement all of the Application plugin manager tasks together 
    2223== Related == 
    23 ^(Here you can add related tasks that could be useful or helpful.)^ 
     24[wiki:APP_PLUGIN_MANAGER_ABOUT_R0] [[BR]] 
    2425 
    2526== How to demo == 
    26 ^(In this section you must add instructions for the demo of the task.)^ 
     27Demonstrate installing of a plugin. 
     28 * Open App Plugin Manager 
     29 * Click on Install button 
     30 * Select a plugin from the file dialog 
     31 * Click open 
     32 * Show that the plugin is listed as install in the plugin manager list. 
    2733 
    2834= Design =