[jboss-jira] [JBoss JIRA] (DROOLS-2889) Research accessibility considerations for Data Type list drag-n-drop.
Edson Tirelli (JIRA)
issues at jboss.org
Fri Aug 17 09:08:00 EDT 2018
[ https://issues.jboss.org/browse/DROOLS-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620758#comment-13620758 ]
Edson Tirelli commented on DROOLS-2889:
---------------------------------------
[~srambach] to be honest, I think that would actually be a good feature. We can do it later if that makes it easy but here is a very common scenario:
1. user creates a tPerson data type that contains, as one of its field, "address", that is a structure with street and city fields. E.g.:
* tPerson
** name (string)
** age (number)
** address (structure)
*** street (string)
*** city (string)
2. user creates a tBusiness data type and realizes he needs an address there as well
* tBusiness
** business name (string)
** address (?????)
3. instead of duplicating the definition of address, he could just drag the address from the person and make a new type "tAddress" and then use that in both datatypes. end result would be:
* tPerson
** name (string)
** age (number)
** address (tAddress)
* tAddress
** street (string)
** city (string)
* tBusiness
** business name (string)
** address (tAddress)
> Research accessibility considerations for Data Type list drag-n-drop.
> ----------------------------------------------------------------------
>
> Key: DROOLS-2889
> URL: https://issues.jboss.org/browse/DROOLS-2889
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Sarah Rambacher
> Labels: UX, UXTeam, drools-tools
> Attachments: Screen Shot 2018-08-13 at 1.42.16 PM.png
>
>
> Use Case: As a DMN user I will want to be able to reorder the list of Custom data types so that I can arrange data types in a logical order.
> Notes:
> * The Data Type dialog leverage the following PR list pattern:
> https://www.patternfly.org/pattern-library/content-views/tree-list-view
> * The list will need to be re-orderable, there is an open design jira to determine the interaction options for that feature.
> * Design is currently being iterated upon, but last iteration wireframes are posted at: https://redhat.invisionapp.com/share/B7NEEUSV539
> Verification conditions:
> * Research results summarized in the jira or a linked google doc., etc.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list