Skip to content

v1.0.0 - Initial EMVS Simulation Lab Release

Latest

Choose a tag to compare

@rluetken-dev rluetken-dev released this 07 Aug 16:17

Features

  • Add WPF desktop simulation for selected EMVS-style pharmaceutical verification workflows
  • Add product master data, product pack data, pack verification, pack state update, and database overview workflows
  • Add JSON persistence as the default local mode
  • Add optional Oracle persistence with schema initialization
  • Add simulation history for operation tracing
  • Add SOAP/XML sample documentation for learning-oriented request and response mapping
  • Add screenshots and architecture/function documentation

Quality

  • Add xUnit test project for core service and repository behavior
  • Add GitHub Actions CI for restore, build, and test on Windows
  • Add repository documentation, commit guidelines, and release-ready README

Validation

  • dotnet build .\EmvsSimulationLab.slnx -c Release
  • dotnet test .\EmvsSimulationLab.slnx -c Release
  • GitHub Actions CI passed