Code review comment for lp:~urbanape/bindwood/with-couch-libraries

Revision history for this message
Zachery Bir (urbanape) wrote :

We now have an extension that will propagate additions to CouchDB as well as deletions and modifications to bookmarks currently in CouchDB.

To test:

1) Ensure you have a local CouchDB running on port 5984 with a database called 'bookmarks'.

2) (Re)start Firefox with the extension in place

3) Add a bookmark

4) Verify it exists in CouchDB

5) Change the bookmark in Firefox (title or URI)

6) Verify the change was recorded (new rev #)

7) Delete the bookmark in Firefox

8) Verify the record no longer exists in CouchDB

« Back to merge proposal