docs(fix): data_integrity

This commit is contained in:
egarette@silique.fr 2026-06-13 19:25:47 +02:00
parent 335e971aea
commit 215827f288

View file

@ -34,6 +34,17 @@ Access control
Overall coherence Overall coherence
----------------- -----------------
.. glossary::
conherence
An isolated variable can be considered to be of quality
but become inconsistent depending on the context.
Overall coherence is initially managed by personalized validators
which will validate the value of a variable in relation to others.
But it also depends on the availability of the variable depending on the context.
Consistency Consistency
~~~~~~~~~~~ ~~~~~~~~~~~
@ -48,14 +59,6 @@ Consistency
For example, if a minimum value and then a maximum value are requested, For example, if a minimum value and then a maximum value are requested,
the minimum must be lesser than the maximum. the minimum must be lesser than the maximum.
conherence
An isolated variable can be considered to be of quality
but become inconsistent depending on the context.
Overall coherence is initially managed by personalized validators
which will validate the value of a variable in relation to others.
Context access control Context access control
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~