Skip to content

v0.3.0

Choose a tag to compare

@geoff-nunan geoff-nunan released this 15 Jan 04:50
· 2 commits to main since this release
6d5709b

What's Changed

General Changes

  • Libre-server has been deprecated. It's functionality is now part of libre-core.
  • Rulesets on segments are now handled by libre-core
  • Appsmith has been added to the docker-compose. We will get some videos out soon showing examples for how to use appsmith with Libre.

Schema Changes in dgraph schema

  • Added the ability to configure materialSpecifications with Backflushing flag in Segment Editor
  • Added MaterialActual, EquipmentActual, Personnel actual to JobResponse
  • Added dashboard panel properties

Libre Admin UI

  • Added the ability to define a dashboard for a material class
  • Added the ability to define dashboards using drag-and-drop
  • Added a whole bunch of automated UI testing
  • Added Transition Event Rule-sets to segment dependencies
  • Added the ability to define if a material should be backflushed in the Segment MaterialSpecification
  • Added the ability to define parameters on segments and materials to support recipe management

Libre core

  • Merged libre-server with libre-core and deprecated libre-server
  • Added properties to OperationsRequests and JobOrders
  • Added the ability to process segment rulesets to automate the creation and management of JobOrders and JobResponses based on PLC data
  • refactored code so that all go types are generated from the graphql schema
  • Added the ability to handle calculated properties
  • refactor calendarHandler
  • move all inventory management functionality into a seperate libre-wms service

New Contributors

Full Changelog: v0.2.1...v0.3.0