aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-27 10:20:24 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-27 10:34:02 +0000
commitc40bfedd4a27c1b4cad13d3aafb78fcc960a1dde (patch)
tree8bf3afeb385e38efc5052154a2bbf317f1b82f4b /TODO
parent1e3f45113937fd436aed5d2220cb68153f74412a (diff)
downloadopenembedded-core-contrib-c40bfedd4a27c1b4cad13d3aafb78fcc960a1dde.tar.gz
Implement editing of layers
Allow users with publish permission to edit any layer, and users with the same email address as one of the maintainers of a layer to edit that layer. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 96f35eeb94..d5e163f567 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,7 @@ TODO:
* Show unpublished layers in a different style in the dependency list?
Later:
+* Allow adding/editing notes
* Usage links in list page?
* Avoid page content changing size depending on whether scrollbar is there or not?
* Style/extend about page?
@@ -22,7 +23,6 @@ Later:
* Style machine list on detail
* Provide a delete function for unpublished layers?
* Show count of layers to be reviewed next to review button
-* Ability for users to edit existing layers
* Something to help with compatibility (although maybe this should just be handled using the existing versioned layer dependencies in layer.conf)
* Query backend service? i.e. special URL to query information for external apps/scripts
* Tool for finding/comparing duplicate recipes?