[go: up one dir, main page]

Skip to content

feat: QC Tests and Module Summary Improvements

🔧 QC Tests Page (/qc_tests)

  • Fixed ObjectId truncation error by adding | string filter before | truncate_uid
  • Added pagination with page size of 100 results per page (stateless pagination with current page, total pages, and result counts)
  • Improved table styling
    • QC Passed column now uses cell background colors (bg-success/bg-danger) instead of badges
    • Fixed TableSorter functionality by moving to {% block javascript %} instead of {% block scripts %}

🎯 [NEW!!!] QC Summary Page (/summary)

  • displays everything about the module with all scans/tests grouped by "measurement" (for electrical measurements)

🔗 Component Page (/component)

  • Added QC Summary button for the above page

Image gallery of the above changes:

Screenshot_2025-09-18_at_17.21.12

Screenshot_2025-09-18_at_17.21.18

Screenshot_2025-09-18_at_17.21.36

Screenshot_2025-09-18_at_17.21.49

Screenshot_2025-09-18_at_17.42.20

Edited by Giordon Holtsberg Stark

Merge request reports

Loading