Add further statistics
🚀 Feature Request
Summary
Enhance statistical analysis of found incidents (violations of specified constraints) by generating additional statistical values for the quality report.
Problem to Solve / User Story
As a user analyzing constraint violations, I want to have more statistical insights in the quality report so that I can better understand trends and patterns in the found incidents. While a turn-based analysis approach is not considered useful, adding more statistical values to the quality report would provide helpful context.
Proposed Solution
- Implement statistical calculations in QPM.
- Add calculations to report.
- Ensure these statistics are accessible within Constrainify Report View.
Benefits
- Provides deeper insights into the nature of constraint violations.
- Enhances the quality report with meaningful statistical summaries.
Possible Drawbacks
- Additional computation required for generating statistical values.
Requirements or Dependencies
- Calculation of statistics in QPM .
- Modifications to the generated QPM report and exectuion API call.
- Add values to the Constrainify Report View.
Alternatives Considered
- Keeping the current quality report structure with only current statistics.