pkiraly / qa-catalogue-web

QA Catalogue / A data quality dashboard for MARC catalogues
GNU General Public License v3.0
10 stars 6 forks source link

Read schema type from the analysis output #197

Open pkiraly opened 5 months ago

pkiraly commented 5 months ago

Now schema is one of the configuration options. It would be more realistic to read it from the analyses output. Each analysis creates a JSON file containing the input parameters, the tool should use that if it is available.

nichtich commented 5 months ago

Configuration value schema is still mentioned in README and used in classes/Utils/Configuration.php so this cannot be closed. The schema type should not be settable at two places but only in analysis output.