Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolanlawson/ecd9c3d1b8b5f62a754f to your computer and use it in GitHub Desktop.
Save nolanlawson/ecd9c3d1b8b5f62a754f to your computer and use it in GitHub Desktop.
Shit to do for PouchDB

Shit to do for PouchDB

  1. PouchDB.defaults() so we can get /path/to/my/db and MemDOWN for pouchdb-server
  2. Native secondary indexes
  3. Unversioned local docs in websql/idb, for better performance in persisted map/reduce
  4. Fix the browser adapter plugins so they work with browserify
  5. Sugar Pouch
  6. allDbs plugin
  7. complex ids plugin for easier "doc ID abuse"
  8. Get tests passing against pouchdb-server
  9. Automate the Cordova tests
  10. Fix the SQLite plugin in Cordova
  11. abstract localstorage-down into abstract-keyvalue-down
  12. implement btrees in localstorage-down
  13. implement amazon-s3-down
  14. PouchDB Chrome debugger plugin (maybe based on Fauxton?)
  15. Get tests passing in IE 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment