craftcms / docs

Documentation for Craft CMS, Craft Commerce, and other official products.
https://craftcms.com/docs
38 stars 145 forks source link

Drafts / Revision creation, Saving, and Conflict Resolution unclear / unexplained for Front End Authors #427

Open dlindberg opened 1 year ago

dlindberg commented 1 year ago

Description

This is a front end author corollary to #36, the drafts / revisions workflow needs more documentation.

Editing Entries in Craft 3.7 is good basic introduction—however, as site size and entry complexity grow there are things it doesn't cover and I can't find canonical documentation for to point authors to for how it is all supposed to work. (Clarity on how it is supposed to work also makes it easier to know when something is a bug report versus a feature request.)

The big thing that is missing is edit conflict resolution and when you might accidentally overwrite someone else's changes without noticing. The automatic persistence of unsaved edits across page loads is very helpful, but it does mean that, in effect, people can be editing an entry "at the same time" hours, days, or even months apart.

Key concepts I noticed that need to be better explained:

Additional info