Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.61 KB

VERSIONS.md

File metadata and controls

26 lines (25 loc) · 1.61 KB

1.0.0 - Tested with tck-dmn the DMN Conformance Kit

  • Pushed to github to create a deployment

0.1.0 - Added user forms and APIs for testing individual Decision Tables

  • Added APIs for uploading DMN compliant Excel workbooks and DMN comformant XML files

0.0.8 - added support for uploading XML DMN files

  • Extended acceptable file extensions to .xls, .xlsm, .xml and .dmn

0.0.7 - added missing and tags

  • Set the return status for successful uploads to 201
  • Added OpenAPI specification for file upload

0.0.6 Added color to titles for Glossary and Decision

  • Added support for Glossary names and Decision names
  • Added support for Glossary annotations
  • Made the first Glossary annotation hints for the User Input form

0.0.5 Updated requirements to the latest version of pyDMNrules

  • for both main version (for docker) and flask version (also for docker)

0.0.4 Added Status to returned JSON

  • Updated questioner.py for new Status
  • Created flask version of Decision Central
  • Fixed bug (not returning Executed Decision in JSON)

0.0.3 Fixed API bugs, added questioner.py and DMNexamples

  • questioner.py reads input data from a CSV file and exercises the API in Decision Central
  • DMNexamples contains DMN compliant workbooks which are know to work with pyDMNrules

0.0.2 - Added -p option for assiging port

  • DecisionCentral listens, by default, on port 7777 for http requests. The -p portNo option was added so that you can assign the listening port. As an alternative, you can run DecisionCentrol in a container (see docerfile) and map the port at run time.

0.0.1 - First version