Framework: Separate out the short description and app name from the current full string
Created by: Shilpa-Badekila
Estimate : 2 points Separate out the short description and app name from the current full string
-
In the new card based user interface and for other purposes such as figuring out the name of the manual page, it is good to have the generic name such as 'Bittorrent Web Client' from the name of the application such as 'Transmission'. Separate out the two strings as short_description and name for each application. -
For each application create two variables instead of one. -
Update the menu code to compose the menu item name from the two variables. -
Test for each application that menu entry is correct.