X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=TODO;h=308da8824606f973c76e9f65d87db6a027ea1162;hp=a9b3f64c18ce9f23ecf11ff71b8c161ced7e3244;hb=0bdd3c05c6a3664d7ed9a191ef8ae4ade2162109;hpb=7dac9e5e79d089cfb23ab1cf9330473e698b12e8 diff --git a/TODO b/TODO index a9b3f64c1..308da8824 100644 --- a/TODO +++ b/TODO @@ -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!)