Apoorv Naik created ATLAS-2679:
----------------------------------
Summary: [Glossary] Derive category's qualifiedName using hierarchy
Key: ATLAS-2679
URL: https://issues.apache.org/jira/browse/ATLAS-2679
Project: Atlas
Issue Type: Improvement
Reporter: Apoorv Naik
Assignee: Apoorv Naik
Currently the qualifiedName is derived using displayName and Glossary's
qualifiedName.
In this patch, the qualifiedName is derived from it's Hierarchy and any changes
in the hierarchy itself will trigger a cascaded update of all children.
E.g. Cat1 is parent category, Cat2 is child category
Derived qualfiedName of Cat2 = Cat2.Cat1@<glossaryQualifiedName>
The following actions trigger a cascaded update of the children categories
# Change of anchor
# Change of Parent
# Removal of children from a parent (similar to #2)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)