Closed IllianiCBT closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 10.29%. Comparing base (
2ef3222
) to head (5173607
). Report is 50 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As much as I don't like GUI work and as much as I specifically said someone will need to do it...
... how would you like it appearing? If you have a specific design in mind I can see what we can do.
Implemented a dialog interface to generate and display a 'part quality report' for a single unit. This includes adding a new menu option, defining the necessary command, and creating the
PartQualityReportDialog
class for handling the report generation and display.I imagine someone else can probably come in to make the report pretty, but I cannot stand GUI work so that person won't be me :D
Partially Closes #4773