can write notes on housings, display them in list

This commit is contained in:
Romain Bignon 2012-02-18 17:01:38 +01:00
commit 09d113b1be
4 changed files with 95 additions and 18 deletions

View file

@ -31,7 +31,7 @@ class QFlatBoob(QtApplication):
DESCRIPTION = 'Qt application to find housings.'
CAPS = ICapHousing
CONFIG = {'queries': {}}
STORAGE = {'bookmarks': [], 'read': []}
STORAGE = {'bookmarks': [], 'read': [], 'notes': {}}
def main(self, argv):
self.load_backends(ICapHousing)