Hide Forgot
Description of problem: As a user, when I create an application on the Web Console based on the list of application types: https://openshift.redhat.com/app/console/application_types It would help to see the Featured application type among the similar application types so that I can make better decision on what application type to create. E.g.,: Show "Jboss EAP 6" under "Java" section as well as "Featured" section. Show "Zend 5.6" under "PHP" section (note that it will soon change to Zend 6.1 as a "Featured" app type over Zend 5.6) Show "AeroGear Push 0.X" under the "Java" section As they are "Featured" app types, we should also show them at the top of their categories. Expected results: Java section should show - JBoss EAP6 - AeroGear Push 0.X - JBoss AS7 - Tomcat 6 (JBoss EWS 1.0) - Tomcat 7 (JBoss EWS 2.0) - CapeDwarf - WildFly 8 PHP section should show - <Featured App> - PHP Zend <non-featured version> - PHP 5.3 ...
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/ab25121739bcf4bcc6d9f665a551dd484e783e77 Bug 1045559 - Show featured apps at the top of their app category
We chose to make some but not all of these requested changes. The featured app types will show up under the lists below now, but for any particular app type it only shows up under one list, for example AeroGear shows up under instant app but not java. Featured quickstarts will show up higher in the list than other quickstarts, but will not show up before cartridges. Featured cartridges will NOT show up at the top (we want people to pick our OpenShift supported language carts first). More significant changes would need to be a trello card and be prioritized.
Tested on devenv_4223, featured cartridge types can be listed correctly, areogear is listed under instant app now, so verify this bug, thanks.