aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b6a16f..11a67e6 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,7 @@ The latter requires `asciidoc`, `xmlto` and `gzip` for compression.
TODO
====
+- Code review: So far most code was written in the evening after work and dinner, so there are probably several places which can be improved. database\_interaction especially as there's a lot of repetive code for the more special queries.
+- Documentation: goes parallel with the review. Also formatting of the related comments must be checked.
+- Pushing stuff into the sqlite DB is done, next step: Use it.