Skip to content

Issue 2111 - check for multiple entries for same month and year in data validity #2114

Merged
rmroot merged 1 commit intodevelopfrom
issue-2111
Oct 20, 2025
Merged

Issue 2111 - check for multiple entries for same month and year in data validity #2114
rmroot merged 1 commit intodevelopfrom
issue-2111

Conversation

@jamlokim
Copy link
Copy Markdown
Contributor

connects #2111

This pull request enhances the data quality report components for both meters and predictors by adding visibility into months with multiple readings, improving user alerts, and refactoring related logic. The main improvements center around highlighting potential data issues so users can quickly identify and address them.

Meter Data Quality Report Enhancements:

  • Added logic to identify months with multiple meter readings and expose this as a new datesList property in MeterDataQualityReportComponent.
  • Updated the alert section in meter-data-quality-report.component.html to notify users when there are months with multiple readings, including a count and dynamic messaging.
  • Introduced a new UI section listing all months with multiple readings using badges for easy visualization.

Predictor Data Quality Report Enhancements:

  • Added similar logic and properties in PredictorDataQualityReportComponent to track months with multiple predictor readings, along with a showAlert flag to control alert visibility.
  • Updated the predictor report alert and summary UI to include messaging and a badge list for months with multiple readings.

@jamlokim jamlokim requested a review from rmroot October 20, 2025 14:18
@rmroot rmroot merged commit ae30f04 into develop Oct 20, 2025
3 checks passed
@jamlokim jamlokim deleted the issue-2111 branch October 20, 2025 18:38
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