bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
292 stars 137 forks source link

Decision Table Orientation - Rules as Rows #571

Open Mallesh-Nagothi opened 4 years ago

Mallesh-Nagothi commented 4 years ago

Problem: Per DMN Spec#8.2.2 Section: Decision Table can have 3 different types of Orientations

  1. Rules as rows 2.Rules as columns 3. Rules as cross tab

In Current DMN IO, only "Rules as Rows" feature us implemented. Hence, requesting to implement other 2 Decision Table orientations as well. Not having other two orientation is a problem especially when we restrict end user to a particular orientation.

This is not a technical problem but it is a problem from End User & Usability stand point.

Details of New Feature Request Please implement all sub features of DMN Spec Section# https://www.omg.org/spec/DMN/1.3/PDF#page=89&zoom=100,129,177

A clear and concise description of what you want to happen. Please visit below link for more details https://forum.bpmn.io/t/dmn-decision-table-orientation/5130

Describe alternatives you've considered I found no Alternatives

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

  1. Rules as Rows (Implemented) RulesAsRows

  2. Rules as Column and Rules and Cross Tabs (Not implemented) RulesAsCols_and_CrossTabs

pinussilvestrus commented 4 years ago

Thanks for your feature request! I think supporting other layouts is not on our roadmap right now, but we're of course open for contributions.

Mallesh-Nagothi commented 4 years ago

Got it! Thank You.