TODO: update todo lists
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 15 Mar 2016 08:59:35 +0000 (09:59 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 15 Mar 2016 08:59:35 +0000 (09:59 +0100)
Change-Id: Iffa4b749a99c5f99c64f9aa9e8e93a4c14dd896d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
TODO
src/TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
index 360c53f..f466a3e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,8 +2,7 @@ List of things to do
 - Implement CRL and OCSP parts of x509
 - Implement permissions grant based on certificates
 - more documentation
-- notifications
-- manage upgrade packages
+- manage upgrading packages
 - use key facilities of kernel
 - remove the link to the icon on failure or create it lately
 - improves safety on power failure
diff --git a/src/TODO b/src/TODO
new file mode 100644 (file)
index 0000000..eebd46c
--- /dev/null
+++ b/src/TODO
@@ -0,0 +1,19 @@
+List of things to do for the code
+
+- split afm-db in two parts:
+ + one part for handling directories and callback on it
+ + one part for handling it in json object compatible with afm-user-daemon
+
+- allow to give a name to the configuration file for the launcher
+
+- allow to use any file in a directory for configuring the launcher
+
+- check the owner of the configuration file for the launcher
+
+- rename wgt.[ch] to  wgt-access.[ch]
+
+- in afm-run, add a verb for cleaning list of terminated task
+  explicitely and include an automatic clean after 5 minutes
+  (a kind of wait child ;)
+
+- allow to control the environment setting of the launched instances