From: Ed Page Date: Sun, 12 Apr 2009 03:04:31 +0000 (-0500) Subject: Adding a list of deficiencies in support X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=a187b739ed129c5d3413994054d572908a766b53;p=doneit Adding a list of deficiencies in support --- diff --git a/src/rtmilk.py b/src/rtmilk.py index 8d2b53a..845fdad 100644 --- a/src/rtmilk.py +++ b/src/rtmilk.py @@ -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'