View.hs: finish implementing view
[hdata.git] / TODO
blob79dda5cb6a2898abaef414b630795c7bb68203d0
1 ==> general design:
2 * find a name for the final program
3 * Fix the database location problem
4     --> use 'getEnv' and put the database in the home folder
5 * decide on versioning scheme
7 ==> testing:
8 * unit testing with quickcheck
9 * write tests scripts for stuff we can't unit test
11 ==> search.hs:
12 * currently prints a newline on discarded entries, fix this.
14 ==> Tools.Constants:
15 * dbName and tableName are only used in tools.SQL