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

How to make Editors able to edit only one entry, and limit pitfalls? #17

Open
froger-me opened this issue Oct 20, 2016 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@froger-me
Copy link

froger-me commented Oct 20, 2016

Use case:

Editors and Publisher are not tech-savvy people.

For a given section, permissions:

  • Editor permissions: edit entries (not edit others)
  • Publisher permissions: all permissions

Journey:

  1. Publisher creates an entry and assigns an Editor as author
  2. Editor goes in, edits the entry, saves as Draft as many times as needed, clicks Submit for review when ready
  3. Publisher clicks the entry pending for approval, reviews content, enables the entry, clicks Publish Draft

Pitfalls:

  • in step 2, Editor can create as many drafts as wanted, and Submit all of them for review => Publisher may be confused as to which one is to go live.
  • in step 2, Editor clicks Submit for review without clicking Save as Draft, and disregards the warning popup => new content is lost, and Publisher gets notified to review an entry that did not change.
  • in step 2, Editor doesn't Submit for review => Publisher is unaware that there is a new version, Editor can create new Drafts, nothing changes live
  • in step 3, Publisher approves the draft directly without clicking the entry => the entry remains a Draft, Editor may edit the Draft again and create new Drafts, no changes live.
  • in step 3, Publisher enables the draft and saves the Draft => Editor cannot edit their Draft, can create new Drafts, no changes live.
  • in step 3, Publisher clicks Publish Draft directly without enabling it => Editor can create new Draft, can freely edit the actual entry without creating a new Draft, and the entry page gives a 404 not found ; when the Publisher notices the 404 not found and wants to enable the entry, then entry content may have been changed by Editor and needs to be reviewed again before being enabled.
@froger-me froger-me changed the title How to make an Editors able to edit only one entry, and limit pitfalls? How to make Editors able to edit only one entry, and limit pitfalls? Oct 20, 2016
@engram-design engram-design added the enhancement New feature or request label Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants