TODO list for the package.
authorGunnar Wrobel <p@rdus.de>
Wed, 2 Dec 2009 21:41:46 +0000 (22:41 +0100)
committerGunnar Wrobel <wrobel@temple.(none)>
Wed, 23 Jun 2010 17:29:52 +0000 (19:29 +0200)
framework/Kolab_Format/TODO

index 83b6e18..cd8f653 100644 (file)
@@ -7,3 +7,19 @@
  - Remove dependency on the Horde_Nls and Horde_String language
    settings. I currently assume we should only return UTF-8 from this
    library.
+
+ - Remove the automatic handling of Horde preferences within this
+   package. This is a task that belongs into the application NOT into
+   this package.
+
+ - Remove the charset conversion. It is perfectly fine to have a
+   package that expects all data in utf-8 format. Let the applications
+   handle the rest.
+
+ - Remove the use of the Horde_Date class from testing. It should be
+   no problem to get the same code coverage without using the external
+   class.
+
+ - Ultimately only the dependency on Horde_Exception should remain.
+
+ - Think about storing the data in iCal format.