docs(fix): data_integrity
This commit is contained in:
parent
335e971aea
commit
215827f288
1 changed files with 15 additions and 12 deletions
|
|
@ -18,7 +18,7 @@ The values of the variables must be individually of good quality.
|
|||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
|
||||
typing
|
||||
variable_validation
|
||||
|
||||
|
|
@ -27,13 +27,24 @@ Access control
|
|||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
|
||||
mode
|
||||
variable_properties
|
||||
|
||||
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
|
||||
~~~~~~~~~~~
|
||||
|
|
@ -42,20 +53,12 @@ Consistency
|
|||
|
||||
consistency
|
||||
|
||||
Consistency corresponds to what current market tools offer;
|
||||
Consistency corresponds to what current market tools offer;
|
||||
first it is a typed base validation, and then it is a schema-based validation.
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue