Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsynced-Local-Docs #18

Merged
merged 3 commits into from
Jul 16, 2015
Merged

Unsynced-Local-Docs #18

merged 3 commits into from
Jul 16, 2015

Conversation

HipsterBrown
Copy link
Contributor

This PR integrates the pouchdb-hoodie-unsynced-local-docs plugin into the store API and exposes it's method:

  • unsyncedLocalDocs

TODO

  • initial feature implementation

Concerns

Could add fixes for #14 and #15 unless we want to leave those for smaller, starter contributions.

Issue

Fixes #8

@HipsterBrown HipsterBrown self-assigned this Jul 16, 2015
var dbName = 'test-db'
var store = new Store(dbName, options)

t.is(store.db.remote, dbName + '-remote', 'has correct "remote" name')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is unrelated to store.unsyncedLocalDocs(), is it?

@gr2m gr2m merged commit d434db6 into master Jul 16, 2015
@gr2m gr2m deleted the unsynced-local-docs branch July 16, 2015 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add .findAllUnsynced()
2 participants