X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=doc%2FTODO;h=fd0fc58528cc0d872a213e52cf73c51d2da9bb16;hp=ce6f7956d9b9c0279c10adcc2944d95bec9955e0;hb=2871792120fba3b9ac9fe1b7bf166638b05766fd;hpb=edd250f2652311094fff5ef352702af44f3a8a1b;ds=sidebyside diff --git a/doc/TODO b/doc/TODO index ce6f795..fd0fc58 100644 --- a/doc/TODO +++ b/doc/TODO @@ -12,6 +12,10 @@ Bug numbers refer to the Mantis issue tracker at . - Add a test suite There is currently no kind of test suite or regression tests. Something like that is badly needed. + - separate directories (bin, config, ...) + - make NewsStats installable in accordance with LFS and customary procedures, + i.e. scripts to /usr/local/news/bin or /usr/lib/news/bin, configuration + to /usr/local/news/etc or /etc/news and so on * Additional features - Add hierarchy information (GroupInfo - Bugs #19 #20 #21 #22 #23 #24 #25 #26) @@ -35,26 +39,21 @@ Bug numbers refer to the Mantis issue tracker at . * Individual improvements + NewsStats.pm - - Add error handling when reading config (Bug #13) - NewsStats should check if all mandatory options are set. Some syntax or - content related checks would be in order. + - Improve error handling when reading config + Some syntax or content related checks would be in order. Some other tests - working database connection, valid database and table names - would be nice. + install/install.pl + - Read current version from a file dropped and updated by installer - Add / enhance / test error handling - General tests and optimisations + feedlog.pl - - Complete rewrite (like groupstats.pl, include changes in NewsStats.pm) - - Gracefully handle interruptions to database connection, at least log - lost postings (Bug #30). - - Buffer output that cannot be written to database (Bug #31). - Add / enhance / test error handling - General tests and optimisations + gatherstats.pl - - Complete rewrite (like groupstats.pl, include changes in NewsStats.pm) - Use hierarchy information (see GroupInfo above) - Add gathering of other stats (clients, hosts, ...) - better modularisation (code reuse for other reports!)