Skip to content

VED-948: Data Quality Skeleton#1059

Merged
edhall-nhs merged 4 commits intostaging/VED-963-data-quality-reportsfrom
feature/VED-948-completeness-checks
Dec 18, 2025
Merged

VED-948: Data Quality Skeleton#1059
edhall-nhs merged 4 commits intostaging/VED-963-data-quality-reportsfrom
feature/VED-948-completeness-checks

Conversation

@edhall-nhs
Copy link
Contributor

@edhall-nhs edhall-nhs commented Dec 11, 2025

Summary

  • Routine Change

This PR includes the framework for the remainder of the initial Data Quality work. As well as moving the delta converter into the common code so it can be used for DQ checks.

Reviews Required

  • Dev
  • Test
  • Tech Author
  • Product Owner

Review Checklist

ℹ️ This section is to be filled in by the reviewer.

  • I have reviewed the changes in this PR and they fill all of the acceptance criteria of the ticket.
  • If there were infrastructure, operational, or build changes, I have made sure there is sufficient evidence that the changes will work.
  • If there were changes that are outside of the regular release processes e.g. account infrastructure to setup, manual setup for external API integrations, secrets to set, then I have checked that the developer has flagged this to the Tech Lead as release steps.
  • I have checked that no Personal Identifiable Data (PID) is logged as part of the changes.

@github-actions
Copy link
Contributor

This branch is working on a ticket in the NHS England VED JIRA Project. Here's a handy link to the ticket:

VED-948

@sonarqubecloud
Copy link



class DataQualityChecker:
"""Runs data quality checks against an Immunisation and creates a Data Quality Output object"""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may also want a module docstring, or more detail in the class docstring explaining what, why and for whose benefit this exists. But can defer it until after the main implementation, as it is documentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we can defer this 👍 in case anything changes during implementation

@edhall-nhs edhall-nhs changed the title VED-948: Completeness Checks VED-948: Data Quality Skeleton Dec 18, 2025
@edhall-nhs edhall-nhs marked this pull request as ready for review December 18, 2025 10:23
@edhall-nhs edhall-nhs merged commit 05011b0 into staging/VED-963-data-quality-reports Dec 18, 2025
17 checks passed
@edhall-nhs edhall-nhs deleted the feature/VED-948-completeness-checks branch December 18, 2025 10:26
dlzhry2nhs pushed a commit that referenced this pull request Dec 19, 2025
* Move delta converter to shared code

* Refactor and move tests into shared

* Move and rename converter files and tests

* Add basic structure for Data Quality Checker
dlzhry2nhs pushed a commit that referenced this pull request Dec 29, 2025
* Move delta converter to shared code

* Refactor and move tests into shared

* Move and rename converter files and tests

* Add basic structure for Data Quality Checker
dlzhry2nhs pushed a commit that referenced this pull request Jan 6, 2026
* Move delta converter to shared code

* Refactor and move tests into shared

* Move and rename converter files and tests

* Add basic structure for Data Quality Checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments