[jboss-jira] [JBoss JIRA] (DROOLS-2876) Data Type list icons - visual design

Guilherme Carreiro (JIRA) issues at jboss.org
Thu Aug 16 10:48:02 EDT 2018


    [ https://issues.jboss.org/browse/DROOLS-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620097#comment-13620097 ] 

Guilherme Carreiro commented on DROOLS-2876:
--------------------------------------------

[~bdellasc],

Here some more technical details regarding each type of data type:
- Simple custom Data Types
This kind of data type is a simple because it has only a name and a type.
For example: Age (Number).
As you can see, "Age" is the name of the data type and "Number" is the type of data that "Age" holds.
- Structured custom Data Types
This kind of data type is more complex, because it holds fields, see:
- Person(Structure)
	- name (String)
	- age (Number)
	- email (String)
See the name of the data type is "Person", its type is "Structure", and it has three fields.


> Data Type list icons - visual design
> ------------------------------------
>
>                 Key: DROOLS-2876
>                 URL: https://issues.jboss.org/browse/DROOLS-2876
>             Project: Drools
>          Issue Type: Enhancement
>          Components: DMN Editor
>            Reporter: Liz Clayton
>            Assignee: Brian Dellascio
>              Labels: UX, UXTeam, VisualDesign, drools-tools
>         Attachments: Screen Shot 2018-08-10 at 9.22.23 AM.png
>
>
> DMN Data Types dialog uses the following PF pattern: https://www.patternfly.org/pattern-library/content-views/tree-list-view/. As such it includes a list. We need list icons for two types of list items:
> - Simple custom Data Types (basically means not nested date types)
> - Structured custom Data Types (basically means nested data types) 
> Design documented in detail at: https://issues.jboss.org/browse/DROOLS-2787



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list