sync: record atgbics url evidence backfill

This commit is contained in:
Rene Fichtmueller 2026-05-09 17:51:03 +02:00
parent 6edb7a35b0
commit d61c3f7982
2 changed files with 63 additions and 1 deletions

View File

@ -1,9 +1,35 @@
# Current TIP Sync State
Updated: 2026-05-09 15:53 UTC
Updated: 2026-05-09 16:00 UTC
## Newest Work
- ATGBICS explicit URL evidence backfill on 2026-05-09:
- precheck:
- ATGBICS had `485` price+image+URL-complete rows still lacking detail verification
- `346` had explicit source URL evidence for reach and media:
- `m/km` distance in URL
- `nm` wavelength where optical
- `smf/mmf/copper/dac/base-t/rj45` media evidence
- DB correction:
- extracted reach label/meters from explicit URL `m/km`
- extracted wavelength from explicit URL `nm`
- classified media as `SMF`, `MMF`, or `Copper` from URL evidence
- corrected form factor and speed from protocol terms in URL where stale parser defaults existed
- marked only those source-evident rows as `details_verified`
- result:
- `346` ATGBICS rows detail-verified
- `346` additional rows promoted to fully verified
- ATGBICS near-complete missing details reduced from `485` to `139`
- global `details_verified=11998`
- global `fully_verified=10721`
- health:
- public TIP health stayed `healthy`
- load status `ok`
- memory used `13%`
- truth:
- remaining ATGBICS rows no longer have simple `m/km + media` URL evidence and need product-page parsing or special handling
- NADDOD adapter classification and FS.COM final detail closure on 2026-05-09:
- precheck:
- NADDOD had `3` near-complete rows remaining

View File

@ -0,0 +1,36 @@
# ATGBICS Explicit URL Evidence Backfill - 2026-05-09
## Precheck
- ATGBICS had `485` price+image+URL-complete rows still lacking detail verification
- `346` had explicit source URL evidence for reach and media:
- `m/km` distance in URL
- `nm` wavelength where optical
- `smf/mmf/copper/dac/base-t/rj45` media evidence
## DB Correction
- Extracted reach label/meters from explicit URL `m/km`
- Extracted wavelength from explicit URL `nm`
- Classified media as `SMF`, `MMF`, or `Copper` from URL evidence
- Corrected form factor and speed from protocol terms in URL where stale parser defaults existed
- Marked only those source-evident rows as `details_verified`
## Result
- `346` ATGBICS rows detail-verified
- `346` additional rows promoted to fully verified
- ATGBICS near-complete missing details reduced from `485` to `139`
- Global `details_verified=11998`
- Global `fully_verified=10721`
## Health
- TIP public health stayed `healthy`
- Load status stayed `ok`
- Memory used `13%`
## Truth Policy
Remaining ATGBICS rows no longer have simple `m/km + media` URL evidence and need product-page parsing or special handling.