aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 18:43:00 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 18:43:11 +0000
commit24280771706061af05c91523c03fb3bc56de9296 (patch)
treedf2916d79520df060a2b9cb2b1ed707ea899a14f /TODO
parentb272571542fb826d20c19815957e28a0841886cd (diff)
downloadopenembedded-core-contrib-24280771706061af05c91523c03fb3bc56de9296.tar.gz
TODO: update todo list
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 11 insertions, 6 deletions
diff --git a/TODO b/TODO
index cca4a12b03..941d763f29 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,27 @@
TODO:
-* Breadcrumbs / fix tab navigation?
-* OE version of about page
-* Need an admin contact in footer
-* Prevent SMTP failures from breaking submission process
+* Try to re-use existing recipe record with same PN instead of deleting and re-creating (if within same layer)
+* Update script should error out with extra unused parameters - too easy to forget to use -l with layer list
Later:
-* Rawrecipes branch support
+* Breadcrumbs / fix tab navigation?
* Add link to the all layers and all recipes tables from the layer details page?
+* Prevent SMTP failures from breaking submission process
+* Update script still retries a fetch when repo has already failed
+* Rawrecipes branch support
* 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 layer type in layer detail?
* Usage links in list page?
+* Subdirs in list page?
* Avoid page content changing size depending on whether scrollbar is there or not?
* Return to last page (review/detail) after editing (with success alert)?
* Cancel button on edit form?
* Query backend service? i.e. special URL to query information for external apps/scripts
* Tool for finding/comparing duplicate recipes?
-* Tool for editing SUMMARY/DESCRIPTION?
+* Tool for editing SUMMARY/DESCRIPTION? [Paul working on this]
* Dynamic loading/filtering for recipes list
* Track PROVIDES and BBCLASSEXTENDS?
+* Some way to notify the user when they search for something that has been renamed / replaced / deprecated?
+* Create simple script to check for unlisted layer subdirectories in all repos
+* Move import script to utils/ subdir