Multiple Changes
Opened this issue · 2 comments
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.
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).
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.