changeset 129:58bab9662fb2

More roadmap refinements
author Sylvain Beucler <beuc@beuc.net>
date Tue, 11 Aug 2009 22:41:45 +0200
parents 70abe9b6819e
children d9f36a0f3a6b
files TODO
diffstat 1 files changed, 18 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/TODO
+++ b/TODO
@@ -7,6 +7,9 @@
 addition, the goal is to get something we can install like at Savannah
 quickly, which means we may delay some features in a first step.
 
+This roadmap is not immutable, feel free to discuss it with others and
+improve it.
+
 
 [/] Implement web screens (higher priority)
 
@@ -100,9 +103,9 @@
     for jobs and news.
 
 [ ] Avoid using Django-specific sha1$ password format - cf. LDAP
-    section below
-
-[ ] Add some tests
+    section below; to the minimum stick with MD5 hashes until this is
+    dealt with (so avoid the automatic conversion to sha1$ that Django
+    does at each login)
 
 =====
 
@@ -112,6 +115,10 @@
 
 Uncharted territories - and wild ideas.
 
+[ ] Add some tests
+
+[ ] i18n
+
 [ ] Optimize models - add DB indexes: db_index=True or unique=True
     (with MySQL) or primary_key=True
 
@@ -146,4 +153,12 @@
 [ ] Improve/suppress delays (e.g. ping a daemon that creates project
     repositories and mailing lists, with a job queue system)
 
+[ ] Translations
+
+[ ] pastebin
+
+[ ] Snippets?
+
+[ ] World clock
+
 [ ] Your Ideas Here