[jboss-jira] [JBoss JIRA] (DROOLS-3098) UX: Add support for map and list

Daniele Zonca (Jira) issues at jboss.org
Tue Nov 13 12:30:01 EST 2018


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

Daniele Zonca edited comment on DROOLS-3098 at 11/13/18 12:29 PM:
------------------------------------------------------------------

[~uxdlc]
Example: I have DO with this structure

{code:java}
PhoneNumber(String prefix, String number);
Contact(String address, List[PhoneNumber] phoneNumbers);
ContactList(Map[String, Contact] contacts)
{code}

I would like to create a column that is mapped to a phone number:
ContactList.contacts["ContactName"].phoneNumbers[index].number

I cannot do it now because I can only navigate through the tree element in the UI and I have no way to access into contacts *map* and the same which phone number in the *list* I want to use


was (Author: danielezonca):
[~uxdlc]
Example: I have DO with this structure

{code:java}
PhoneNumber(String prefix, String number);
Contact(String address, List[PhoneNumber] phoneNumbers);
ContactList(Map[String, Contact] contacts)
{code}

I would like to create a column that is mapped to a phone number:
Agenda.contacts["ContactName"].phoneNumbers[index].number

I cannot do it now because I can only navigate through the tree element in the UI and I have no way to access into contacts *map* and the same which phone number in the *list* I want to use

> UX: Add support for map and list
> --------------------------------
>
>                 Key: DROOLS-3098
>                 URL: https://issues.jboss.org/browse/DROOLS-3098
>             Project: Drools
>          Issue Type: Story
>          Components: Scenario Simulation and Testing
>            Reporter: Daniele Zonca
>            Assignee: Liz Clayton
>            Priority: Major
>              Labels: ScenarioSimulation, UX, UXTeam
>
> As user I want to be able to use Data Objects that contain Lists and Maps



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list