You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Erik Bergenholtz (JIRA)" <ji...@apache.org> on 2015/10/19 23:22:27 UTC

[jira] [Created] (ATLAS-239) UI: Tag screen should make it possible to specify parent tag

Erik Bergenholtz created ATLAS-239:
--------------------------------------

             Summary: UI: Tag screen should make it possible to specify parent tag
                 Key: ATLAS-239
                 URL: https://issues.apache.org/jira/browse/ATLAS-239
             Project: Atlas
          Issue Type: Improvement
    Affects Versions: 0.6-incubating
            Reporter: Erik Bergenholtz
            Assignee: Rohit
             Fix For: 0.6-incubating


>From the tag screen there should be a drop down below the "Tag Name" that lists all of the available Tags. The default should be blank. However, a user should be able to select another tag and if the user selects a named parent tag then when constructing the Trait, the selected Tag should be used as the super class in the definition as follows:

{code}
...],
  "traitTypes":[
    {
      "superTypes":[
          “PII"
      ],
      "hierarchicalMetaTypeName":"org.apache.atlas.typesystem.types.TraitType",
      "typeName": ...

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)