Will you consider a backend DB?
Opened this issue ยท 8 comments
Something to consider: PouchDB & CouchDB together sync really well, and works completely offline if need be.
I think at very least a way to export to a file would be awesome. Or a desktop electron version that writes to a file for persistence (if you do this you won't have to maintain a backend/user management code).
EDIT Also PouchDB/CouchDB has a changes feed for collab work. ๐
RethinkDB is also awesome: https://www.rethinkdb.com/. Very cool DB and easy to use!
Also has changes feed
@aeharding Hmm, true, didn't think about it. Then PouchDB should do the job!
Love this project. If you want to sync tasks, I'd recommend integrating :
Hey guys, thanks for the suggestions, am surely looking forward to integrate DB with this, but might release it as a separate module so that I don't make the app bulky unnecessarily. Might go with Couch (Probably). Will keep you updated.
Thanks!
@i-break-codes If you need some help let me know, I will be happy to help!
@IvanJov Thanks a lot Ivan, going to start developing this further, will ping you if I need your help ๐