[ 
https://issues.apache.org/jira/browse/ATLAS-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Bergenholtz updated ATLAS-239:
-----------------------------------
    Description: 
>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 (where PII is the parent tag name):

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

{code}

  was:
>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}


> 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 (where PII is the parent tag name):
> {code}
> ...],
>   "traitTypes":[
>     {
>       "superTypes":[
>           “PII"
>       ],
>       
> "hierarchicalMetaTypeName":"org.apache.atlas.typesystem.types.TraitType",
>       "typeName": ...
> {code}



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

Reply via email to