scrum-board
scrum-board copied to clipboard
Will you consider a backend DB?
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
@IvanJov No offline syncing, so you'd have to roll your own. :/
@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 :
https://github.com/solid/solid
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 :+1: