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

Multiple Changes #78

Open
JohnMTrimbleIII opened this issue Jan 21, 2018 · 2 comments
Open

Multiple Changes #78

JohnMTrimbleIII opened this issue Jan 21, 2018 · 2 comments

Comments

@JohnMTrimbleIII
Copy link

Is there a way to build a queue of drafts for a single record? I know the behavior is that there is only one draft per record, do new drafts overwrite the old draft or is there some sort of queue that merges changes together similar to how git operates? I'm trying to use this to allow users to generate content and I don't want a problem to happen with not approving a draft in time so changes are lost.

@jmfederico
Copy link
Collaborator

Currently there is only one draft per record.

Workflow should be:
Create draft -> Edit exsting draft -> Edit existing draft -> Publish and delete draft.

So basically, when a record is edited, what should be edited is the current draft, if one exists.

There is a PR multiple drafts support (#71).

@jmfederico
Copy link
Collaborator

Even with multiple drafts, there is currently no way to have a merging system.
When a draft is published, the record gets updated (overriden) with the data form the draft.

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

No branches or pull requests

2 participants