Added some more notes on the TODOs
authorepage <eopage@byu.net>
Mon, 7 Jul 2008 02:18:25 +0000 (02:18 +0000)
committerepage <eopage@byu.net>
Mon, 7 Jul 2008 02:18:25 +0000 (02:18 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@66 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

TODO

diff --git a/TODO b/TODO
index 025634c..3da7375 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,5 @@
-General Python/Maemo stuff
-       http://pymaemo.garage.maemo.org/documentation.html
-DBus
-       http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html
-
+Ideas
+=================
 User Contacts
        http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00870000000000000000
        https://garage.maemo.org/svn/pymaemo/packages/python-abook/trunk/tests/ especially contact_get_iter amd filter_model
@@ -19,5 +16,18 @@ Clip board
 
 Internet Connection
        Look into being a bit more advanced, beyond just enabling/disabling the GUI
+       Possible Approach:
+               Defer login
+               While not logged in or device is offline, disable the GUI
+               Don't attempt to login if not online
 
 Keep callbacks to a minimum amount of blocking I/O
+
+Implement cache clearing on gcbackend.py
+
+Notes
+=================
+General Python/Maemo stuff
+       http://pymaemo.garage.maemo.org/documentation.html
+DBus
+       http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html