]> git.sesse.net Git - itkacl/commitdiff
Add a TODO.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 22 Jun 2013 18:35:23 +0000 (20:35 +0200)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 22 Jun 2013 18:35:23 +0000 (20:35 +0200)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..c3fa4b5
--- /dev/null
+++ b/TODO
@@ -0,0 +1,27 @@
+TODO, in no particular order. Bugs and new features freely intermingled.
+
+Code issues:
+
+ - The web interface is currently in Norwegian only, and should probably be
+   translated into a more accessible language for the rest of the world.
+
+ - It would be nice with DNAME support, to be able to delegate subtrees
+   of the ACL tree to other organizations.
+
+ - Similarly, one could with for use of separate configuration files,
+   instead of hard-coding everything in /etc/itkacl.conf.
+
+ - The fact that /etc/itkacl.conf is not in /etc/itkacl/ is somewhat
+   inconsistent.
+
+ - As we do not really use any PostgreSQL-specific features (it just happens
+   to be the only database we run ourselves), suppotr for MySQL could be
+   attractive for those stuck in the past.
+
+
+Documentation issues:
+
+ - The dependencies are not documented in any one central place.
+
+ - The DNS zone setup should probably be documented better,
+   in particular with regards to DNSSEC.