Changes between Version 1 and Version 2 of APP_PLUGIN_MANAGER_INSTALL_R0
- Timestamp:
- 01/10/09 12:49:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_MANAGER_INSTALL_R0
v1 v2 10 10 * An install button on the plugin manager triggers an "Open File" file dialog that allows choosing a file to install plugin from. 11 11 * 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. 12 13 * After installing the plugin should be visible from the App plugin manager list. 13 14 == Task requirements == … … 15 16 * Provide file dialog functionality 16 17 * Provide install plugin functionality 17 * Create the "Broken dependencies" error dialog. 18 * Create the "Broken dependencies" error dialog. (Including the list of dependencies) 18 19 == Task result == 19 20 The result of this task is code … … 21 22 Implement all of the Application plugin manager tasks together 22 23 == Related == 23 ^(Here you can add related tasks that could be useful or helpful.)^ 24 [wiki:APP_PLUGIN_MANAGER_ABOUT_R0] [[BR]] 24 25 25 26 == How to demo == 26 ^(In this section you must add instructions for the demo of the task.)^ 27 Demonstrate 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. 27 33 28 34 = Design =