Summary of New Features 8 5 2024 - Gnorion/BizVR GitHub Wiki
SUMMARY OF NEW FEATURES DMN Centric
- Import DMN->DMN is now working
- DMN can be edited in the BVR DMN view
- The entire DMN decision can be validated (but not individual tables yet)
- DMN view can be toggle to BVR (read only) view (which will show the true connections)
- Updated DMN can be exported (download) to DMN
- DMN models can also be created from scratch
- Test cases cannot yet be generated from DMN (need the list of inputs) - May be possible to get the list of inputs from the DMN XML
BVR Centric
- Import BVR->BVR (no change)
- BVR can be edited in the BVR editor (no change)
- The entire BVR decision can be validated (no change)
- A single table can be validated (new)
- Test cases will be generated as appropriate for the decision (existing) or table (new)
- BVR can be exported (download) as BVR (was "export")
XLSX
- XLSX->DMN is partially supported (no option to automatically generate a DMN DRD - must be done manually) 2 XLSX->BVR is supported. BVR DRD will be generated automatically.
- These are one way paths. No option to export back to XLSX
MIXED BVR->DMN and DMN->BVR
- Currently no capability to transform from one to the other except for the ability to VIEW the DMN as BVR by toggling
- Will investigate these options later