diff options
author | ivan <ivan> | 2001-04-15 10:33:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-04-15 10:33:40 +0000 |
commit | 0bdd3c05c6a3664d7ed9a191ef8ae4ade2162109 (patch) | |
tree | 0ef8ce384b975852405034bebd48c503ffd0e8c2 /TODO | |
parent | 7dac9e5e79d089cfb23ab1cf9330473e698b12e8 (diff) |
better docs for the worst bit, finally
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$Id: TODO,v 1.59 2001-04-09 23:05:15 ivan Exp $ +$Id: TODO,v 1.60 2001-04-15 10:33:40 ivan Exp $ If you are interested in helping with any of these, please join the *development* mailing list (send a blank message to @@ -6,6 +6,26 @@ ivan-freeside-devel-subscribe@sisd.com) to avoid duplication of effort. --- +******** +for 1.3.0: +******** + +move to DBIx::DBSchema. (gets non-MySQL-specific dbdef-create) + +finish transactions (svc_*.pm, fs_register/) + +Pg-style or universal-style locking in fs_sessmon FS/FS/nas.pm, or rewrite it +to use a database expression that won't need it, or just dump the locking +entirely as nas_heartbeat stuff doesn't need to be accurate; it's just informational. + +radius + +test with MySQL+Sleepycat? + +******** +unclassified, probably either done already or post-1.3.0 +******** + anything doing transactions in the web interface should likely move into *.pm. (transactions are here woo!) |