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

Add revision history and draft support API #81

Open
madeleineostoja opened this issue Oct 18, 2017 · 0 comments
Open

Add revision history and draft support API #81

madeleineostoja opened this issue Oct 18, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@madeleineostoja
Copy link

madeleineostoja commented Oct 18, 2017

I'm submitting a

Feature request

Description

Now that Simpla uses Github as a backend, we have full version control baked in. We should create a JS API for navigating and restoring a past revision.

We should also create an API for saving as a draft, rather than publishing straight to master. Under the hood this would just create a branch and open a PR on the underlying repo.

Notes

  • Move storage to adapter #77 could impact this, as you wouldn't be tightly coupled to Github anymore. The adapter would need to specify whether it supports revisions and drafts or not, and give the appropriate hooks

  • This will also need UI in simpla-admin, but that can come later as a seperate issue

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

No branches or pull requests

2 participants