platform icon indicating copy to clipboard operation
platform copied to clipboard

Feature Request: Lock document content

Open jrzwee opened this issue 10 months ago • 2 comments

Description of the issue

The ability for locking content is a safe way protecting unintentional edits.

The process of ODOO 17: image

jrzwee avatar Apr 10 '24 14:04 jrzwee

This is nice idea, thank you!

What do you think about to align it with versioning?

Internally we have history of every document, but UI to work with the history is not clear. Users may have some versions in mind, but we would not like to introduce complex UI to manage document versions. One of things we can do based on this "Lock Content" idea, is automatic generation of next version each time anybody lock content of a document.

aplatoff avatar Apr 10 '24 23:04 aplatoff

I have also created https://github.com/hcengineering/platform/issues/5270 there are of some similarities to this one.

Let's have a look how other tools solve this issue:

  • ODOO17 document behaviour is similar to Huly. One can edit documents directly if they are not locked.
  • BookStackApp is in read only in general and one need to select "edit" for changing the document. Each time a document is edited, a new version for the history is created.
  • Notion also has a "lock" page feature. The version history is not bound to it.
  • Anytype also has a "lock" page feature. The version history is not bound to it.

I think the locking of documents does not need to bound to versioning. I would keep them seperated.

jrzwee avatar Apr 11 '24 10:04 jrzwee