From 42b9e55ca9dbd59ce5b99ad692b3350fb656e294 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 12:35:23 +0100 Subject: [PATCH] vault backup: 2026-04-29 12:35:23 --- 01 Projects/ford_qc/Ford QC System.md | 5 +++++ 99 Daily/2026-04-29.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/01 Projects/ford_qc/Ford QC System.md b/01 Projects/ford_qc/Ford QC System.md index e40617b..f78f959 100644 --- a/01 Projects/ford_qc/Ford QC System.md +++ b/01 Projects/ford_qc/Ford QC System.md @@ -74,6 +74,10 @@ sudo systemctl status ford-qc-hotfolder.service | 2026-03-16 | Make Ranger ptvl pattern configurable via profile | ## Sessions +### 2026-04-29 – Check series image accounting using SE# +**Asked:** Check series image accounting using SE# and ABM WERS codes to verify all series are covered. +**Done:** Identified and removed duplicate ambl2se#r1 image linking while retaining series image; restarted ford-qc-hotfolder.service dev environment. + ### 2026-04-29 – Implement a check to validate series **Asked:** Implement a check to validate series images using SE# and ABM codes to ensure all series are accounted for. **Done:** Rewrote check_series_permutations.py with autodetection logic to identify orphan series carousel entries lacking backing images. @@ -193,6 +197,7 @@ sudo systemctl status ford-qc-hotfolder.service ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | Series image validation | Removed duplicate ambl2se#r1 linking, restarted service | Image linking config, ford-qc-hotfolder.service | | 2026-04-29 | Series image validation | Added _autodetect_mode() function, orphan detection logic | checks/check_series_permutations.py | | 2026-04-29 | Series validation check | Added orphan detection for carousel entries, implemented SE#/ABM mode autodetection | checks/check_series_permutations.py | | 2026-04-29 | Image pack naming validation | Added zip_filename_check to Ford profile, copied check script to prod | checks/zip_filename_check.py, profiles/ford_bnp.json | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 3161d40..071536b 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -143,3 +143,6 @@ tags: [daily] - 12:29 (7min) | `ford_qc` - **Asked:** Implement a check to validate series images using SE# and ABM codes to ensure all series are accounted for. - **Done:** Rewrote check_series_permutations.py with autodetection logic to identify orphan series carousel entries lacking backing images. +- 12:34 | `ford_qc` + - **Asked:** Check series image accounting using SE# and ABM WERS codes to verify all series are covered. + - **Done:** Identified and removed duplicate ambl2se#r1 image linking while retaining series image; restarted ford-qc-hotfolder.service dev environment.