From c4210d5b8c28b9800303780a2acc3186d083aaf4 Mon Sep 17 00:00:00 2001 From: Louis-Guillaume Gagnon Date: Thu, 5 Sep 2013 12:10:18 -0400 Subject: [PATCH] update TODO --- TODO | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/TODO b/TODO index c423f10..01d52f9 100644 --- a/TODO +++ b/TODO @@ -1,19 +1,9 @@ ==> general design: * find a name for the final program -* Fix the database location problem - --> use 'getEnv' and put the database in the home folder -* decide on versioning scheme - -==> testing: -* unit testing with quickcheck -* write tests scripts for stuff we can't unit test ==> search.hs: * currently prints a newline on discarded entries, fix this. -==> Tools.Constants: -* dbName and tableName are only used in tools.SQL - ==> View.hs: * viewer is hardwired in program; change that --> config file? -- 2.11.4.GIT