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

Integrate document versioning / DVCS for adaptations #59

Open
eb1 opened this issue Jan 16, 2015 · 0 comments
Open

Integrate document versioning / DVCS for adaptations #59

eb1 opened this issue Jan 16, 2015 · 0 comments

Comments

@eb1
Copy link
Contributor

eb1 commented Jan 16, 2015

Adapt It Desktop supports versioning of the adapted documents via a distributed version control system (DVCS -- currently using Git). This helps users to be able to go back to an earlier version should there be a problem in the adaptation, and helps to back up / restore the system in case a machine goes down.

It would be nice to support the same functionality on the mobile side. There is a newer javascript git implementation called js-git that could be of use here. I suspect that it would need to be used in conjunction with the network status cordova plugin, so that the synching only occurred when there was a network available. Callback listeners can be added that will inform you when the network goes online/offline (see this post from Raymond Camden ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant