Summary of New Features 8 5 2024 - Gnorion/BizVR GitHub Wiki

SUMMARY OF NEW FEATURES DMN Centric

  1. Import DMN->DMN is now working
  2. DMN can be edited in the BVR DMN view
  3. The entire DMN decision can be validated (but not individual tables yet)
  4. DMN view can be toggle to BVR (read only) view (which will show the true connections)
  5. Updated DMN can be exported (download) to DMN
  6. DMN models can also be created from scratch
  7. 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

  1. Import BVR->BVR (no change)
  2. BVR can be edited in the BVR editor (no change)
  3. The entire BVR decision can be validated (no change)
  4. A single table can be validated (new)
  5. Test cases will be generated as appropriate for the decision (existing) or table (new)
  6. BVR can be exported (download) as BVR (was "export")

XLSX

  1. 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.
  2. These are one way paths. No option to export back to XLSX

MIXED BVR->DMN and DMN->BVR

  1. Currently no capability to transform from one to the other except for the ability to VIEW the DMN as BVR by toggling
  2. Will investigate these options later