You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make sure that every article is using the same set of values, we should check that the values defined in an article are "authorized".
We can enforce that the value of the neo4j-version attribute, the category attribute, and the environment attribute matches a value in an authoritative list of values.
The tag attribute might be more difficult to coerce as there's already a lot of different values.
For reference, here's a summary of the current usage:
@jexp who should make the decision about which values are allowed and which values are not?
The text was updated successfully, but these errors were encountered:
ggrossetie
changed the title
Check that the taxonomy values defined in an article are valid
Check that the taxonomy values defined in an article are authorized
Sep 29, 2020
To make sure that every article is using the same set of values, we should check that the values defined in an article are "authorized".
We can enforce that the value of the
neo4j-version
attribute, thecategory
attribute, and theenvironment
attribute matches a value in an authoritative list of values.The
tag
attribute might be more difficult to coerce as there's already a lot of different values.For reference, here's a summary of the current usage:
@jexp who should make the decision about which values are allowed and which values are not?
The text was updated successfully, but these errors were encountered: