annotate TODO.txt @ 155:a05719a6175e

move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 27 Aug 2011 08:52:03 +0200
parents 2642c8d89bdc
children 7dd9ae9556fd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
67
c3f2b11e7420 maintain a better TODO list
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 33
diff changeset
1 - display of feed's entries as table (addtl column: update date)
c3f2b11e7420 maintain a better TODO list
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 33
diff changeset
2 - rework the feed list: make it a table and display the number of unread entries per feed
78
a728bbc7171e add some todo items
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 67
diff changeset
3
a728bbc7171e add some todo items
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 67
diff changeset
4 - force flag for feedupdate.py
81
050748b596a8 add another idea that has been going round in my head for some time
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 78
diff changeset
5 - force updating one/all feeds via the gui
050748b596a8 add another idea that has been going round in my head for some time
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 78
diff changeset
6
050748b596a8 add another idea that has been going round in my head for some time
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 78
diff changeset
7 - investigate caching features of sqlalchemy to avoid round trips to the DB. Alternatively, implement caching of Feeds with their FeedEntries manually
135
b2ef673607e3 added a TODO item
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 81
diff changeset
8
138
2642c8d89bdc added TODO item
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 135
diff changeset
9 - feedparser uses the proxy for getting the feeds
2642c8d89bdc added TODO item
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 135
diff changeset
10
2642c8d89bdc added TODO item
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 135
diff changeset
11 - check if couchdb python lib supports Py3k, continue work on Py3k branch