| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=BASE_MENUS_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 | |
| 5 | |
| 6 | |
| 7 | = Analysis = |
| 8 | |
| 9 | == Overview == |
| 10 | There needs to be a base menu library that handles menu registration |
| 11 | |
| 12 | == Task requirements == |
| 13 | |
| 14 | * Create a module for menubars, menus and menu items |
| 15 | * Allow for extension point so plugins can register menu items in menus |
| 16 | * Add a simple string sort key to menu items |
| 17 | * Menus should sort menu items by the sort key |
| 18 | * Add a simple string sort key to menus |
| 19 | * Menubars should sort menus by the sort key |
| 20 | * Refactor menu creation code in org.sophie2.main.view.menus |
| 21 | |
| 22 | |
| 23 | == Task result == |
| 24 | |
| 25 | The result shall be code |
| 26 | |
| 27 | == Implementation idea == |
| 28 | |
| 29 | |
| 30 | |
| 31 | == Related == |
| 32 | * [wiki:APP_BASIC_MENUS_R0] |
| 33 | |
| 34 | == How to demo == |
| 35 | |
| 36 | |
| 37 | = Design = |
| 38 | |
| 39 | = Implementation = |
| 40 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 41 | |
| 42 | = Testing = |
| 43 | |
| 44 | = Comments = |
| 45 | ^(Write comments for this or later revisions here.) |