| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=APP_PLUGIN_MANAGER_INSTALL_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|)]] |
| 4 | = Analysis = |
| 5 | == Overview == |
| 6 | {{{ |
| 7 | install from file (or drag and drop) |
| 8 | }}} |
| 9 | The Plugin Manager install provides the installing plugins functionality |
| 10 | * An install button on the plugin manager triggers an "Open File" file dialog that allows choosing a file to install plugin from. |
| 11 | * A dialog notifying for broken dependencies shows when the plugin cannot be installed due to dependencies. |
| 12 | * After installing the plugin should be visible from the App plugin manager list. |
| 13 | == Task requirements == |
| 14 | * Create the Install button |
| 15 | * Provide file dialog functionality |
| 16 | * Provide install plugin functionality |
| 17 | * Create the "Broken dependencies" error dialog. |
| 18 | == Task result == |
| 19 | The result of this task is code |
| 20 | == Implementation idea == |
| 21 | Implement all of the Application plugin manager tasks together |
| 22 | == Related == |
| 23 | ^(Here you can add related tasks that could be useful or helpful.)^ |
| 24 | |
| 25 | == How to demo == |
| 26 | ^(In this section you must add instructions for the demo of the task.)^ |
| 27 | |
| 28 | = Design = |
| 29 | |
| 30 | = Implementation = |
| 31 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 32 | |
| 33 | = Testing = |
| 34 | |
| 35 | = Comments = |
| 36 | Most of the App plugin manager tasks have 1 effort and 2 revisions. This means almost everything should be done in revision one. |