Conversation
0d6bd5e to
6af0417
Compare
| @@ -1,5 +1,6 @@ | |||
| name: BioCatch | |||
| category: utilities | |||
| tags: anti-fraud | |||
There was a problem hiding this comment.
Can this fully replace the "category" in the future? Assuming that it can be multiple "tag" entries?
There was a problem hiding this comment.
Technically, yes. Though currently I do not see the category going away.
One feature of the tagging is that you can choose to ignore them. Once we mix them, it forces everyone to work with the tags.
But technically, this would have the same information:
name: BioCatch
tags: utilities, anti-fraud
or something like this
name: BioCatch
tags: category::utilities, anti-fraud
I am personally not in favor of dropping the category field. I would expect the tags to become more noisy over time if they are getting adoption; solving specific edge cases, which may be important for some, but are irrelevant for others. In other words, there may be tags listed where there is no shared understanding what they mean.
The category would be something that would stand out in the tag list and not be an equal citizen:
- category field: enforced, limited, needs a shared understanding
- tags: more freestyle, not enforced, shared understanding of all tags not needed (vendor specific tags could be allowed like this
<namespace>::<tag>)
Experimental support for a tagging mechanism (new optional field
tagswith one or multiple, comma-separated entries):Example (it shows the
anti-fraudtag):refs #312
Regarding namespaces (e.g. x::y::z):