[
https://issues.jboss.org/browse/DROOLS-2876?page=com.atlassian.jira.plugi...
]
Guilherme Carreiro edited comment on DROOLS-2876 at 8/16/18 10:51 AM:
----------------------------------------------------------------------
[~bdellasc],
Here some more technical details regarding each type of data type:
*Simple custom Data Types*
This kind of data type is 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.
was (Author: karreiro):
[~bdellasc],
Here some more technical details regarding each type of data type:
*Simple custom Data Types*
This kind of data type is 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)