Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 4.42 KB

README.md

File metadata and controls

35 lines (26 loc) · 4.42 KB

LAA DCES Tools

Repository standards badge GitHub License badge GitHub Action workflow badge

Non-production / internal tools used by the Debt Collection Enforcement Service (DCES) team of LAA Digital, in the Ministry of Justice's STG.

For example, simple command-line tools for one-time data verification, analysis or preparation.

Verification tools

  • verifyconcor - Java / Spring Boot console application to verify serialization and de-serialization of XML Concor Contribution records into both XML and JSON (with validation of the intermediate JSON against a schema).

Analysis tools

  • deltaconcor - Java / Spring Boot console application to produce CSV report on when changes to XML Concor Contribution records occurred (and which elements were changed).

Preparation tools

  • premigconcor - Java / Spring Boot console application to populate a table in the DRC integration database with the IDs of the latest Concor Contribution for a large set of Rep IDs (maatIds) as a preparation step before iterating over these Concor Contributions to migrate them to the new provider (using DRC integration code).