aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-20 12:04:54 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-20 17:04:56 +0000
commit342ff28648d01e783aed4013f9c20fa016c99833 (patch)
treec210a08dd99609135027979b8315f6d286cce362 /TODO
parent42d710b640b421f5a66922755d0ddc8d73a0ab03 (diff)
downloadopenembedded-core-contrib-342ff28648d01e783aed4013f9c20fa016c99833.tar.gz
De-emphasise recipes where there is a more preferred version available
If another recipe exists with the same name in a different layer and that other layer is "older" (by layer ID) and is a software or base layer then lighten the recipe entry in the search results as it may not be the preferred version (e.g. recipes in BSP or distro layers may have been customised specifically for the machine or distro). This has had a performance impact on the recipes list; as a result showing all recipes by default has been disabled. If the user really wants to see all recipes they can just leave the search box blank and hit the search button. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0e91ba54e4..cca4a12b03 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,6 @@ Later:
* Add link to the all layers and all recipes tables from the layer details page?
* Display no-results found message when search does not return any results (all tables)
* Change behaviour of filter menus to stay open so that you can check / uncheck multiple items
-* Show recipes from non-software/base layers differently in recipes list
* Show layer type in layer detail?
* Usage links in list page?
* Avoid page content changing size depending on whether scrollbar is there or not?