]
Jozef Marko closed DROOLS-4084.
-------------------------------
Resolution: Done
Export to Excel for decision tables 7.5
---------------------------------------
Key: DROOLS-4084
URL:
https://issues.redhat.com/browse/DROOLS-4084
Project: Drools
Issue Type: Epic
Components: Guided Decision Table Editor
Affects Versions: 7.23.0.Final
Reporter: Jozef Marko
Assignee: Toni Rikkola
Priority: Major
Labels: drools-tools
This is a community epic for the BAPL-1169. The epic was created according to the
[definition of
done|https://docs.google.com/document/d/1WKv_Cx7jCts7gCQCGt_323ANH_H7dv4o...]
that advices what needs to be agreed before each feature implementation.
h1. Requirement
- As a user of the feature I want to convert guided decision table by single click to xls
(Excel) format.
- The converted table should have the same format as is supported for importing into
business central.
- The converted table should visually differentiate column and row types (constraint vs.
action, metadata vs. data)
- The conversion should support Simple GDT column
- The conversion should support Brl GDT column
- The conversion should support Attribute and Metadata columns
- The converted table can be opened on Windows and Linux
- The converted table split lines
- The converted table support multibyte characters
- The conversion of GDT graph is possible
- User is prompted to save changes before conversion
- Converted table is not stored in kie project, just downloaded via browser
h1. UX design
- Placement of the conversion button
- Text of the conversion button
- Dialog for case we support save changes before conversion
h1. Documentation
- Replace picture of GDT editor where they become obsolete
- Comprehensive doc is probably not needed
h1. Acceptance test
- Convert table that
-- Has more that 100 lines
-- Has one Metadata column
-- Has one Attribute column
-- Has three constraint columns( two over same fact )
-- Has three action columns( two over same fact )
-- Has not all cells filled in
-- Operates over String, Number, Boolean fields