Skip to content

Releases: AutomatedProcessImprovement/kairos-backend

2.1.0

30 Aug 14:26
Compare
Choose a tag to compare

Features

  1. Record cost units
  2. Indicate if error occurred in PrCore when defining columns
  3. Add checks for case ID and activity columns: both must be present in the log

2.0.1

11 Aug 08:48
Compare
Choose a tag to compare

Patch for database connection: changed the host name to the name of the database container.

2.0.0

11 Aug 08:48
d77c61c
Compare
Choose a tag to compare

Features

  • Connect to pymongo instead of flask-pymongo due to compatibility issues
  • Add logging
  • Add endpoint for getting cases by completion

1.0.0

11 Aug 08:47
baa6e05
Compare
Choose a tag to compare

Features

  • Connect to MongoDB database
  • Connect to PrCore to receive prescription data
  • Parse user input (csv, xes, zip log files, column types and parameters) and send to PrCore
  • Receive data from PrCore and save to the database
  • Connect to the stream from PrCore using sseclient to receive prescription and event data
  • Parse prescription and event data, calculate case performance, prescription acceptance, and store them in the database
  • API endpoints for getting event logs, cases, prescriptions