aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-15 09:59:35 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-15 09:59:35 +0100
commit7a52f8c506033b4e952042c9479154a69755a2cf (patch)
tree47bbdc884aef2cbedbe73cc2de425c1ca0be68a3 /src
parente96fa2cd6b81784ad6fb6ba1794ac6e034486b97 (diff)
TODO: update todo lists
Change-Id: Iffa4b749a99c5f99c64f9aa9e8e93a4c14dd896d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO
new file mode 100644
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