* updated the roadmap
authorArt Cancro <ajc@citadel.org>
Fri, 12 Aug 2005 15:18:30 +0000 (15:18 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 12 Aug 2005 15:18:30 +0000 (15:18 +0000)
citadel/ChangeLog
citadel/techdoc/roadmap.txt

index d5c4339295a7ae48497c0654969b62a5392c49b5..d5d3967538b228d60b55ec96fb06bc503f33a1f7 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 654.14  2005/08/12 15:18:27  ajc
+* updated the roadmap
+
 Revision 654.13  2005/08/12 02:12:31  ajc
 * Added more room name macros
 
@@ -7039,3 +7042,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 63e67f37f4b3556508549eacf8858f5158f8138b..9b637864c8cb2065f89091b7c13fcf1a37075844 100644 (file)
@@ -3,8 +3,22 @@ we want to be going.  It's something to consult when sitting down to write
 some code and deciding what to work on.
 
 
-Goals to achieve during the 6.xx cycle
---------------------------------------
+ Goals achieved during the 6.xx cycle
+ ------------------------------------
+
+* WebCit support for HTTP/HTTPS transactions performed by Kolab1 clients
+  (The current WebCit build works with the Kolab1 klient, and with Aethera,
+  both using HTTPS.)
+* RFC 2739 compliance (provide calendar free/busy URL's in vCard and LDAP)
+  (If anyone knows of clients that make use of this, let us know / test it)
+
+* Move the WebCit presentation mode from frames to CSS.
+  (Status: completed as of 2005jan25.  This was a prerequisite to DAV-enabling
+  the WebCit service.)
+
+* Configuration front ends (particularly in WebCit) for the new feature
+  that allows a shared room to have different names at each end of the link.
 
 * Address books
 
@@ -13,16 +27,8 @@ Goals to achieve during the 6.xx cycle
   can use them, and Kolab-compatible clients seem to be able to access them
   seamlessly as well.
  
-  We should integrate the address books more tightly into Citadel dialogs
-  such as recipient auto-completion, etc.
-* Better UI presentation for delegated access to mailboxes.  (In IMAP this
-  will be easy because of "other users namespace" support.)
-
-* Additional LDAP integration
-  Status: the current implementation can populate an external LDAP directory
-  with Citadel user data.
+* LDAP integration: the current implementation can populate an external LDAP
+  directory with Citadel user data.
 
 * Calendar service
  
@@ -40,8 +46,18 @@ Goals to achieve during the 6.xx cycle
   developed), and any other client which follows the standard.
 
 
- Short-term TODO list
- --------------------
+ Goals to achieve during the 7.xx cycle
+ --------------------------------------
+
+* Internationalization: multiple language support, at least for WebCit.
+
+* AJAX everywhere.  Dazzling richness in our web interface is a must-have.
+
+* Per-user auto-handling of inbound mail.  Simple handlers such as an "out
+  of office reply" should be easy for users to set up.  More complex handlers
+  such as the automatic sorting of inbound mail into various folders based
+  on sender, subject, etc. should also be possible.
+
 * Support recurring events in the calendar service.  (These currently can
   be submitted via external clients such as Aethera, but they aren't handled
   properly by WebCit and they don't show up in freebusy.)
@@ -51,22 +67,12 @@ Goals to achieve during the 6.xx cycle
   to do would be to simply deny the operation.  This should probably be done
   across the entire Citadel system rather than only in IMAP.
 
-* Land a book deal with O'Reilly.  :)
-
- Items recently removed from TODO list
- -------------------------------------
+* Address books: build dialogs to integrate personal address books into
+  mail recipient boxes, auto-completion, etc.  Use AJAX for this.
 
-* WebCit support for HTTP/HTTPS transactions performed by Kolab1 clients
-  (The current WebCit build works with the Kolab1 klient, and with Aethera,
-  both using HTTPS.)
-* RFC 2739 compliance (provide calendar free/busy URL's in vCard and LDAP)
-  (If anyone knows of clients that make use of this, let us know / test it)
+* Better UI presentation for delegated access to mailboxes.  (In IMAP this
+  will be easy because of "other users namespace" support.)
 
-* Move the WebCit presentation mode from frames to CSS.
-  (Status: completed as of 2005jan25.  This was a prerequisite to DAV-enabling
-  the WebCit service.)
+* Support for Microsoft Outlook (to be handled by a third party plugin).
 
-* Configuration front ends (particularly in WebCit) for the new feature
-  that allows a shared room to have different names at each end of the link.
+* Land a book deal with O'Reilly.  :)