From 4fcaf7d7ec583b794c14597d50abc89ef96450c9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 23 Jul 2011 15:54:23 +0200 Subject: Kick-start multiple projects support. This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore) --- TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..59cf626 --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +* Find a way to make the couple (name, project) unique. +* use a psql backend rather than sqlite +* put the settings in an ini file ? -- cgit v1.1