View Single Post
So, I recently made the move from OF 1.0X to 1.1 sneaky peeky so I could use OF on my iPhone. In the process, I ran into a lot of frustration trying to get OF on the iPhone to open up my massive desktop database. To get it to work, I had to go through and delete all my old, completed tasks, delete the OF db on my WebDAV server, delete OF from my iPhone, etc.

All this could have been avoided with garbage collection. Eg: if a task has been completed more than <user settable days> ago (and optionally, not part of an active project), the task should be deleted from the database. This kind of automated garbage collection would save a lot of headache for those of us with large OF databases.

Is something like this planned? If not, could it be?