Scratch items off of the TODO list

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-01-30 11:15:22 -05:00
parent f7eb34c2af
commit 5067782633
1 changed files with 1 additions and 5 deletions

6
TODO
View File

@ -92,12 +92,8 @@ Future work:
that it is used for text processing)
- Make DatabaseEntry::primary_key() private (only used by Database)
- "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?
- 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