From 342ff28648d01e783aed4013f9c20fa016c99833 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 20 Mar 2013 12:04:54 +0000 Subject: 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 --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') 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? -- cgit 1.2.3-korg