Skip to content
Snippets Groups Projects
Commit a430403c authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Document in our implementation notes how revisions are handled and why

parent bee56a57
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,16 @@ that only cleans the superficial metadata of your file, but not
the ones that might be in **embeded** resources. Like for example,
images in a PDF or an office document.
Revisions handling
------------------
Revisions are handled according to the principle of least astonishment: they are entirely removed.
- Either the users aren't aware of the revisions, are thus they should be deleted. For example journalists that are editing a document to erase mentions sources mentions.
- Or they are aware of it, and will likely not expect MAT2 to be able to keep the revisions, that are basically traces about how, when and who edited the document.
Race conditions
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment