Über Open CoDE Software Wiki Diskussionen Gitlab

Skip to content

Leistungen validator

Felix Bernhardt requested to merge leistungen-validator into main

Related to #415 (closed)

  • Load data export into optimized format
  • Load and evaluate checks on complete dataset
  • First example checks
  • Changes to the Leistungs-Parser to parse a data structure more aligned with the actual standard:
    • Split of the Leistung-parser into two stages: First, parse RawLeistung without many checks to allow more QS-checks for the PVOG-Analysis, then translate into Leistung, which is more strict and should be used to validate leistungen when importing to the Sammelrepo.
    • Create NewLeistung similar to NewSchema to enforce additional requirements before importing a Leistung (e.g. we expect a german translation of the property bezeichnung, also the standard does not enforce this).

Merge request reports