Merge "afm-user-daemon: Remove it by default"
[src/app-framework-main.git] / src / TODO
1 List of things to do for the code
2
3 - split afm-db in two parts:
4  + one part for handling directories and callback on it
5  + one part for handling it in json object compatible with afm-user-daemon
6
7 - allow to give a name to the configuration file for the launcher
8
9 - allow to use any file in a directory for configuring the launcher
10
11 - check the owner of the configuration file for the launcher
12
13 - rename wgt.[ch] to  wgt-access.[ch]
14
15 - in afm-run, add a verb for cleaning list of terminated task
16   explicitely and include an automatic clean after 5 minutes
17   (a kind of wait child ;)
18
19 - allow to control the environment setting of the launched instances
20
21 - send the SIGKILL after a short time if SIGTERM has no effect
22
23 - handle permission list at install
24
25 - allows to check the requested permissions before to install it
26
27 - improve error reporting through dbus in utils-jbus
28
29 - groups the dbus connections to reduce the count of pollfd and watch calback
30   (in utils-jbus)