* added items from the purged whishlist room, as much as i can remember.
authorWilfried Göesgens <willi@citadel.org>
Tue, 11 Jul 2006 19:46:05 +0000 (19:46 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 11 Jul 2006 19:46:05 +0000 (19:46 +0000)
citadel/techdoc/roadmap.txt

index 249a91460d15b72170b6e27224ca1535e07a946a..e1adf4e334d284f1e1f33d2b0a25c0e612176244 100644 (file)
@@ -36,3 +36,23 @@ some code and deciding what to work on.
 
 * Better UI presentation for delegated access to mailboxes.  (In IMAP this
   will be easy because of "other users namespace" support.)
+
+
+Various Whishlist
+-----------------
+* Smart callback hook mechanism reducing traffic between citadel and the Database
+  to do things like:
+  * Alarms. Trigger popups etc. for users via the chat-keepalive
+  * Chat. don't query the db on and on for this. 
+  * Modify a list of rooms with new items for the logged in users to do things like:
+    * Print the number of new mails onto the Webcit menu
+    * change the roomlist / treeview according to new unread messages in the rooms
+
+* bright new world to the tui too!
+  * Calendar mechanism
+  * vcards...
+
+* more persistant css usage in webcit
+
+* backtraces in the log in case of panics, etc.
+