More wild brainstorming
[doneit] / src / doneit_glade.py
index 587adbc..31f2bfe 100755 (executable)
@@ -1,5 +1,20 @@
 #!/usr/bin/python
 
+"""
+@todo Alt Views (Besides task list)
+       Map
+               Using new api widgets people are developing)
+               Integrate GPS w/ fallback to default location
+               Use locations for mapping
+       Agenda view
+               Grid of days
+               Using an adjustable version of the following RTM quiery 'dueBefore:Today OR dueWithin:"1 week of today" OR (priority:3 AND dueWithin"2 weeks of today") OR (priority:2 AND dueWithin"3 weeks of today") OR (priority:1 AND dueWithin"4 weeks of today")')
+       Quick search (OR within a property type, and between property types)
+               Drop down for multi selecting priority
+               Drop down for multi selecting tags
+               Drop down for multi selecting locations
+               Calendar selector for choosing due date range
+"""
 
 from __future__ import with_statement