You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Radley (JIRA)" <ji...@apache.org> on 2016/12/07 09:57:58 UTC

[jira] [Commented] (ATLAS-1186) Add Glossary Category

    [ https://issues.apache.org/jira/browse/ATLAS-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15728322#comment-15728322 ] 

David Radley commented on ATLAS-1186:
-------------------------------------

Test plan using curl commands
1) create top category (parentcategoryid = ""). Try to create it again and get an error. 
2) create 3 children categories under top category, named child1, child2, child3
3) get taxonomy - see the top glossary category
4) use the returned href to query the top glossary category. Check the children and parents look as expected
5) create a term term0 with a description
6) create a term term1 under child1 with a description 
7) create subterm term1.term2 under child3 
8) get term0
9) get term1
10) get child1
11) Update glossary category name and description in child1.Then rename it back to child1. 
12) Update child1 glossary category parentcategoryid to point to child2
13) Update child2 glossary category parentcategoryid to point to child1 - this should fail
14) Update term0 to put it under child1. Do a get on the term and glossary category 
15) update subterm  term1.term2 to move it under child1
16) Unknit term1 from child1. Do a get on the term and glossary category 
17) Delete category child2. This should fail as it has child1 as a child.
18) Delete category child3. 
19) Delete term0
20) Delete the taxonomy.    

21) I have also tested invalid cases like adding/updating categories from other taxonomies and adding/updating terms from other taxonomies.

> Add Glossary Category
> ---------------------
>
>                 Key: ATLAS-1186
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1186
>             Project: Atlas
>          Issue Type: New Feature
>    Affects Versions: 0.8-incubating
>            Reporter: David Radley
>            Assignee: David Radley
>              Labels: features
>             Fix For: 0.8-incubating
>
>         Attachments: rb54430.patch
>
>
> Add Glossary Category, which would have a name and description and be hung off a taxonomy. The category would contain (composition type) sub categories. Categories can contain terms.  



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