$Id: TODO,v 1.4 2003/03/26 00:28:49 nfn Exp $

This first release is still pretty much alpha and serves first and foremost as a proof of concept and as a testing bed to try and catch as many mistakes and problems as possible so don't hold any features and especially any interfaces as sacred/written in stone. Things will probably change a lot before this is even deemed beta code!
Anyway, on with the To-Do / whish list:

-For now the only storage medium is MySQL and I have it hardwired in the code (Yes, I know it is ugly). I have to devise a generic mechanism to choose the right module (Hint: Look into DBI);
-Come to think of it the database parameters should never be hardwired into the code as they are. Bad programmer, bad, evil person!
-The search module is empty, I know what I want it to do at first but I didn't want to delay the first alpha release just to wait for it, there are more important things to test than that;
-Groups (generic, routes and track-logs) are not yet implemented. They are next on the list;
-The pods could be substantially better. I know this but I whish to see if anyone actually complains. I don't expect to get a large audience for this package and depending in the mileage of those who may get to use it this may be enough... Yes, I should be ashamed of myself; :)
-Test to see if a correctly created database actualy exists before runing the storage_mysql tests...

