[JBoss JIRA] (DROOLS-3474) Create HTML and CSS for List/Map data objects
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-3474?page=com.atlassian.jira.plugi... ]
Sarah Rambacher commented on DROOLS-3474:
-----------------------------------------
[~gabriolo] Thank you for the skeleton html. One thing is that a <ul> can only take <li>s as children. So the nested <ul> must go inside an <li>. What do you think about this?
{code:java}
<ul>
<li>Books
<ul>
<li class="item_heading">
Item [edit][delete]
</li>
<li>a1 #isAvailable</li>
<li>b1 #name</li>
<li>c1 #numberOfCopies</li>
<li>d1 #testField</li>
</ul>
<ul>
<li class="item_heading">
Item [edit][delete]
</li>
<li>a2 #isAvailable</li>
<li>b2 #name</li>
<li>c2 #numberOfCopies</li>
<li>d2 #testField</li>
</ul>
</li>
</ul>
{code}
> Create HTML and CSS for List/Map data objects
> ---------------------------------------------
>
> Key: DROOLS-3474
> URL: https://issues.jboss.org/browse/DROOLS-3474
> Project: Drools
> Issue Type: Story
> Components: Scenario Simulation and Testing
> Reporter: Amy Glass
> Assignee: Sarah Rambacher
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Rectangle.png, Rectangle2.png, editmap.jpg, editmap_items.jpg, firefox.png, list_edit_box.html
>
>
> Provide HTML and CSS for the designs in Drools-3098.
> Will first provide HTML structure, and follow up with CSS styling.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFLY-11609) ejb3 subsystem configuration for element <entity-bean> will not have any effect and should be removed
by Wolf-Dieter Fink (Jira)
[ https://issues.jboss.org/browse/WFLY-11609?page=com.atlassian.jira.plugin... ]
Wolf-Dieter Fink updated WFLY-11609:
------------------------------------
Summary: ejb3 subsystem configuration for element <entity-bean> will not have any effect and should be removed (was: ejb3 subsystem configuration for element <entity-bean> will not have any )
> ejb3 subsystem configuration for element <entity-bean> will not have any effect and should be removed
> -----------------------------------------------------------------------------------------------------
>
> Key: WFLY-11609
> URL: https://issues.jboss.org/browse/WFLY-11609
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Server
> Reporter: Wolf-Dieter Fink
> Assignee: Jason Greene
> Priority: Trivial
>
> There is the following configuration element
> <subsystem xmlns="urn:jboss:domain:ejb3:5.0">
> ...
> <entity-bean>
> <optimistic-locking enabled="false"/>
> <bean-instance-pool pool-name="aPool"/>
> </entity-bean>
> for the ejb3 subsystem, this seems related to EJB2 EntityBeans which are removed from the container.
> This settings does not have any affect for the current JPA (EJB3) implementation and the EJB2 implementation is removed completely.
> It looks like that only the handler to read, write and manipulate the configuration are still there.
> So the element should be removed from the schema and code.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3474) Create HTML and CSS for List/Map data objects
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3474?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi commented on DROOLS-3474:
------------------------------------------
[~srambach]
Hi, this is the html created at runtime with my code. I think the most important thing (for me) is that each element is represented by an UL element - so it's much easier for me to manage every item en-block.
Surely I left some unneeded class here and there.
*If* this html could work for you, maybe the "map" editor could just show for each item a "<li>" tag containing two "ul" (if possible) side-by side (I think).
Thanks! [^list_edit_box.html]
> Create HTML and CSS for List/Map data objects
> ---------------------------------------------
>
> Key: DROOLS-3474
> URL: https://issues.jboss.org/browse/DROOLS-3474
> Project: Drools
> Issue Type: Story
> Components: Scenario Simulation and Testing
> Reporter: Amy Glass
> Assignee: Sarah Rambacher
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Rectangle.png, Rectangle2.png, editmap.jpg, editmap_items.jpg, firefox.png, list_edit_box.html
>
>
> Provide HTML and CSS for the designs in Drools-3098.
> Will first provide HTML structure, and follow up with CSS styling.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3373) [DMN Designer] Need Palette glyph/icon and Canvas shape for Decision Service
by Brian Dellascio (Jira)
[ https://issues.jboss.org/browse/DROOLS-3373?page=com.atlassian.jira.plugi... ]
Brian Dellascio commented on DROOLS-3373:
-----------------------------------------
Can we please see:
* Option A - 3 & 1.5
* Option B - 2 & 1.5
* Option C - 1.5 & 1
Will be easier to make a judgement call if I can see these various options alongside the basic decision node. :-)
> [DMN Designer] Need Palette glyph/icon and Canvas shape for Decision Service
> ----------------------------------------------------------------------------
>
> Key: DROOLS-3373
> URL: https://issues.jboss.org/browse/DROOLS-3373
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Affects Versions: 7.15.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Major
> Labels: VisualDesign, drools-tools, ux_needed, visualdesign
> Fix For: 7.17.0.Final
>
> Attachments: DMN_palette_icons.png, DROOLS-3373-Node-Types.png, DecisionService-insitu.png, Screenshot from 2019-01-14 10-48-32.png, decision-service.svg, decision.svg, decision_palette.svg, decision_service_expanded_palette.svg, decision_service_palette.svg
>
>
> We need a new "Palette" icon and Canvas shape for "Decision Services".
> See Table 1: DRD components in the [DMN 1.2 Specification|https://www.omg.org/spec/DMN/1.2/Beta1/PDF].
> See also 6.2.5 Decision service for some narrative regarding the shape.
> {quote}
> A Decision Service is represented in a DRD as rectangle with rounded corners, drawn with a heavy solid border.... the Decision Service SHALL be divided into two parts with a straight solid line.
> {quote}
> We are currently adding support for the _expanded_ form however we will also require (at some stage) a Palette glyph/icon and Canvas shape for the _collapsed_ form too.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3474) Create HTML and CSS for List/Map data objects
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-3474?page=com.atlassian.jira.plugi... ]
Sarah Rambacher commented on DROOLS-3474:
-----------------------------------------
Also to note: After speaking with [~gabriolo], I'm going to abandon using the Bootstrap Treeview because it does not structure the tree in a good, semantic, hierarchical way. I will probably need to move to the Patternfly "Tree List View with Single child Expansion" which has way more in it when you look at the examples, but I can just pick out the pieces we need. But, this may make it easier to reuse pieces of code between the list editing and the mapping. [~gabriolo] will give me some code showing the hierarchy that works for him for me to fit into the PF model.
Thanks [~aglass] and [~zhutaojiajia]
> Create HTML and CSS for List/Map data objects
> ---------------------------------------------
>
> Key: DROOLS-3474
> URL: https://issues.jboss.org/browse/DROOLS-3474
> Project: Drools
> Issue Type: Story
> Components: Scenario Simulation and Testing
> Reporter: Amy Glass
> Assignee: Sarah Rambacher
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Rectangle.png, Rectangle2.png, editmap.jpg, editmap_items.jpg, firefox.png
>
>
> Provide HTML and CSS for the designs in Drools-3098.
> Will first provide HTML structure, and follow up with CSS styling.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months