slub / dlf-3d-viewers

GNU General Public License v3.0
0 stars 2 forks source link

Implementation validiation mechanism #75

Open ClemensBeck opened 1 month ago

ClemensBeck commented 1 month ago
  1. Extend Kitodo.Presentation extension to provide general validator functionalities
    • [x] Reusable validation mechanisms e.g. AbstractValidator and AbstractValidatorStack
    • [x] Implementation of validators, e.g., XMLSchemesValidator, for merging XML schemas into a single schema and validating against it
    • [x] Customisable validation middleware for validating against DOMDocumentValidationStack with JSON result
    • [x] Documentation
    • [x] Pull Request https://github.com/kitodo/kitodo-presentation/pull/1313
  2. Extend DFG-Viewer extension with "DFG-Viewer" specific validation using the implementations of 1.
markusweigelt commented 2 weeks ago

@ClemensBeck I took the liberty of adjusting the description of the issue instead of creating a new one. :)

ClemensBeck commented 2 weeks ago

@markusweigelt With pleasure, many thanks!