Adding a list of deficiencies in support
authorEd Page <epage@Dulcinea.(none)>
Sun, 12 Apr 2009 03:04:31 +0000 (22:04 -0500)
committerEd Page <epage@Dulcinea.(none)>
Sun, 12 Apr 2009 03:04:31 +0000 (22:04 -0500)
src/rtmilk.py

index 8d2b53a..845fdad 100644 (file)
@@ -13,6 +13,16 @@ def fix_url(rturl):
 class RtMilkManager(object):
        """
        Interface with rememberthemilk.com
+
+       @todo Decide upon an interface that will end up a bit less bloated
+       @todo Add interface for task tags
+       @todo Add interface for postponing tasks (have way for UI to specify how many days to postpone?)
+       @todo Add interface for task recurrence
+       @todo Add interface for task estimate
+       @todo Add interface for task location
+       @todo Add interface for task url 
+       @todo Add interface for task notes
+       @todo Add undo support
        """
        API_KEY = '71f471f7c6ecdda6def341967686fe05'
        SECRET = '7d3248b085f7efbe'