Updated roadmap.
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 3 Jan 2008 13:12:36 +0000 (13:12 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 3 Jan 2008 13:12:36 +0000 (13:12 +0000)
dev-notes/ROADMAP [new file with mode: 0644]
dev-notes/roadmap [deleted file]

diff --git a/dev-notes/ROADMAP b/dev-notes/ROADMAP
new file mode 100644 (file)
index 0000000..92f8676
--- /dev/null
@@ -0,0 +1,25 @@
+Preliminary roadmap for Quassel IRC - stuff we need to do before the first public release
+
+Showstoppers:
+=============
+DONE: chatwidget state
+WiP:  settings dialog -> Sput
+      network settings in DB -> ?
+      switch to network-IDs -> ?
+      remove buffergroups (DB) -> ?
+      insert buffertype field rein (DB) -> ?
+WiP:  serverlist, identities... -> Sput
+      externalize SQL-queries, provide migration path... -> EgS
+DONE: utf-8 / encodings
+WiP:  mode changes in serverhandler -> EgS
+BUG:  multi-user join -> ?
+      core-user admin, rights management (ACL) -> Sput?
+WiP:  BUFFERMODEL -> EgS
+      make wizard more intuitive (account data, two-step auth) -> Sput
+
+Important:
+==========
+WiP:  shortcuts -> Sput
+DONE: make signalproxy threadsafe (thread injection) -> EgS
+      save activity-state in core (client reconnect) -- save per-buffer timestamp locally in client  -> ?
+      backlog administration -> ?
diff --git a/dev-notes/roadmap b/dev-notes/roadmap
deleted file mode 100644 (file)
index d564704..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-Unerläßlich:
-============
-chatwidget-state
-settings-dialog
-network-settings in DB speichern
-umstellen auf network-IDs
-buffergroups raus (DB)
-buffertype-feld rein (DB)
-serverlist, identities...
-SQL-querys auslagern, migration-path...
-utf-8
-mode-changes im serverhandler
-BUG: multi-user-join
-core-user-admin, rights-management (ACL)
-BUFFERMODEL
-
-Wichtig:
-========
-shortcuts
-signalproxy threadsafe machen (thread-injection)
-activity-state im core speichern (client-reconnect) -> timestamp (pro buffer) lokal im client speichern
-backlog-administration