You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2015/12/06 14:17:10 UTC

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

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

Hemanth Yamijala reopened ATLAS-239:
------------------------------------

Not yet closed, as ATLAS-279 is not committed.

> 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: Anilsg
>             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)