From 6564860d27e280a59ae7bb80994e86ad07e3b538 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Tue, 13 Jan 2015 19:09:03 -0500 Subject: [PATCH] Add more ideas to the TODO list Signed-off-by: Anna Schumaker --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index c059b00d..f7f0a230 100644 --- a/TODO +++ b/TODO @@ -94,10 +94,13 @@ Future work: - "On demand" databases that load the first time they are accessed? - Split filtering code into index for searching and text formatting - Text formatting includes lowercase, length strings, and date strings + - Queues have their own indexes? - Remove callbacks (may need "driver" for queues) - Reorganize gui code into distinct layers - Possibly merge back with lib/? - Remove glib specifc code from core/ + - Virtual file system + - Fake filesystem access for testing - Ports: - OSX - Windows