scrum-board icon indicating copy to clipboard operation
scrum-board copied to clipboard

Will you consider a backend DB?

Open thewhitetulip opened this issue 8 years ago • 8 comments
trafficstars

thewhitetulip avatar Nov 21 '16 08:11 thewhitetulip

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. 👍

aeharding avatar Nov 21 '16 14:11 aeharding

RethinkDB is also awesome: https://www.rethinkdb.com/. Very cool DB and easy to use! Also has changes feed

IvanJov avatar Nov 21 '16 17:11 IvanJov

@IvanJov No offline syncing, so you'd have to roll your own. :/

aeharding avatar Nov 21 '16 17:11 aeharding

@aeharding Hmm, true, didn't think about it. Then PouchDB should do the job!

IvanJov avatar Nov 21 '16 17:11 IvanJov

Love this project. If you want to sync tasks, I'd recommend integrating :

https://github.com/solid/solid

melvincarvalho avatar Nov 22 '16 22:11 melvincarvalho

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 avatar Nov 30 '16 05:11 i-break-codes

@i-break-codes If you need some help let me know, I will be happy to help!

IvanJov avatar Nov 30 '16 09:11 IvanJov

@IvanJov Thanks a lot Ivan, going to start developing this further, will ping you if I need your help :+1:

i-break-codes avatar Feb 20 '17 19:02 i-break-codes