This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: TaDaList.com: One change to perfection ;)
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
I talked about the lovely clean, responsive, UI of tadalist.com.
There is ONE tweak that would make me happy as a bunny. At the moment you can subscribe to an RSS feed of your ToDos. At the moment the RSS pings you with new additions, which is nice, but isn't what I want.
I would like the RSS feed to come at me with the following everytime a ToDo list has been changed (new item, item marked as 'done', etc).
RSS for Todo List: Code Changes for X
TODO:
- Add method foo() to Bar
- Refactor FileParser
- Scrap whole thing for Rails implementation
DONE:
- Add method bar() to Bar
This would be great as then when I am offline, I will always have my current Todo's in my RSS aggregator. When a new RSS entry comes in for a ToDo list, I would just nuke my last one.
OR, if the same GUID was used, it would just be replaced!