Prepared for release 0.0.5
[gnucomo.git] / TODO
diff --git a/TODO b/TODO
index ccf001c..24c4329 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 
  - multiline log entries in gcm_input.
- - several files don't have version identifiers; a simple $Id: TODO,v 1.2 2003-02-05 09:57:15 arjen Exp $ in the
+ - several files don't have version identifiers; a simple $Id in the
    comment would help in finding packaging bugs. (Also recommended for
    the documentation files)
  - Some files have lines longer that 80 characters.
  - The installation description in the manifest must be
    updated to include the ./configure script.
  - The input filename for gcm_input can be a command argument.
- - Both the web interface and gcm_daemon use similar PHP classes.
-   These classes should be unified one day and stored in a single
-   directory.
+ - When gcm_input can not make a connection to the database, its input
+   message will be lost. In such a case, gcm_input should store the
+   message in a spool directory for a retry later on.
+
+Web Interface: 
+ - Too many loglines, notifications, parameters are shown on one page
+ - When all the notifications of an object are shown for each notification
+   shown it has to be registered who was looking at it (just as looking at
+   the detailed notification).
+ - A page with notification (independent of object) (with sort capabilities
+   and grouping per urgency).
+ - A page with detailed object-data
+ - With an object one should be able to indicate what OS is being used
+ - Webpages should look more 'sexy'
+
+  Whish (future):
+
+ - When looking at a logline it is usefull to see the related log_adv records
+ - Linking database users to objects (only certain objects can be shown to certain users)
+
+GCM_INPUT:
+ - Indicate to gcm_input what type of data is delivered
+ - Update statistics in the object table when a new parameter is entered
+ - Update statistics in the object table when a new notification is entered
+
+GCM_DAEMON:
+ - Process e-mails
+ - Create indexes on log_adv_daemon_email
+ - Build IP-database on the basis of whois
+ - Work on undetected kernellines
+ - Create mechanism for starting and ending the daemon.
+ - Performance check on the gnucomo-database
+