# HG changeset patch
# User martin f. krafft <madduck@madduck.net>
# Date 1334392870 -7200
# Node ID f494a593c6747bd6795c223e8e074c3a129e8fa5
# Parent  dc66f66c51cfa835270d64cf19a1b675fe955fac
add domain/account notes to TODO

diff -r dc66f66c51cf -r f494a593c674 TODO
--- a/TODO	Fri Apr 13 22:57:23 2012 +0200
+++ b/TODO	Sat Apr 14 10:41:10 2012 +0200
@@ -40,3 +40,8 @@
       flexibility, there ought to be a m:n table connecting domains to sets of
       default aliases. These aliases then get treated like normal aliases
       unless they are overridden by a real alias.
+
+- domain and account notes [madduck@madduck.net]:
+    - I found it useful to keep a free-text "notes" field for accounts and
+      domains, where the admin can store anything s/he wants. This would
+      simply be a new field in the two tables and the appropriate UI changes.