Filter.hs: implement getFilters, mapToFilter
[hdata.git] / TODO
blob8d8b0c534b9c6153e2bcd857d48f7365b87f4881
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
6 ==> Add.hs
7 * change the database Pages format to something better
8     --> maybe 2 integer fields: page-from, page-to
9     --> input format would be: -p <page1> [page2]
11 ==> testing:
12 * unit testing with quickcheck
13 * write tests scripts for stuff we can't unit test