codeforIATI / iati-ideas

💡 Ideas for new codeforIATI projects and blogs
https://ideas.codeforiati.org
0 stars 0 forks source link

Reverso validator #24

Open matmaxgeds opened 3 years ago

matmaxgeds commented 3 years ago

Rationale

https://discuss.iatistandard.org/t/reverso-validator/2033/4

Hi - would it be possible to have the validator return a list of all the ‘errors’ in IATI data, and then e.g. the number of cases for each one (grouped by error, not by the datafile)? I think the validator stores runs tests on the data in the background so this might be feasible? Or maybe it would be a specific job that looped through all the files - perhaps possible via the validator API?.....as a non publisher, but with a data use hat on, I am trying to figure out how the Validator could be made useful e.g. “what is the most common error in element X”, or what errors have gone longest without being fixed etc.

Proposal

Access Validator API Assuming it does not have an end-point by rule? - If it does, collect the stats If not, suck in all the 'Results' files, parse and display some stats