Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Mar 20, 2016
1 parent d4cb79b commit ac17728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Inside getMeteorData, you can access any Meteor reactive data source, which mean
* [.update(id, modifier, [options], [callback])](http://docs.meteor.com/#/full/update) (not implemented yet)
* [.upsert(id, modifier, [options], [callback])](http://docs.meteor.com/#/full/upsert) (not implemented yet)
* [.remove(id, callback(err, countRemoved))](http://docs.meteor.com/#/full/remove)
* Meteor.FSCollection(collectionName) : Helper for [Meteor-CollectionFS](https://github.com/CollectionFS/Meteor-CollectionFS). Full documentation [here](https://github.com/inProgress-team/react-native-meteor/blob/master/docs/FSCollection.md)

# MeteorListView Component

Expand Down Expand Up @@ -170,10 +171,10 @@ Once connected to the ddp server, you can access every method available in [ddp.

# TODO

- [ ] [Helper for Meteor-CollectionFS](https://github.com/inProgress-team/react-native-meteor/issues/18)
- [X] [Helper for Meteor-CollectionFS](https://github.com/inProgress-team/react-native-meteor/issues/18)
- [ ] [Accounts Methods 0/4](https://github.com/inProgress-team/react-native-meteor/issues/30)
- [ ] [Meteor user methods 0/2](https://github.com/inProgress-team/react-native-meteor/issues/31)
- [ ] [Update and upsert methods 0/2](https://github.com/inProgress-team/react-native-meteor/issues/24)
- [ ] [When disconnected, minimongo insert is pushing data to view but not send to server when reconnecting.](https://github.com/inProgress-team/react-native-meteor/issues/29)
- [X] [When disconnected, minimongo insert is pushing data to view but not send to server when reconnecting.](https://github.com/inProgress-team/react-native-meteor/issues/29)

Pull Requests are welcome ! :)
1 change: 1 addition & 0 deletions docs/FSCollection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Doc incoming

0 comments on commit ac17728

Please sign in to comment.