Rene Fichtmueller
5393f73c17
feat: stock quality schema + QSFPTEK/NADDOD v2 scrapers with real-time stock counts
- Migration 028 (retroactive): document warehouse columns added to stock_observations
- Migration 037: composite indexes for DISTINCT ON (transceiver_id, source_vendor_id) queries
- Migration 038: add stock_confidence (1/2/3), price_currency, price_includes_tax,
stock_vendor_ts to stock_observations + TRUNCATE test-run data
db.ts: upsertStockObservation now accepts stockConfidence, priceCurrency,
priceIncludesTax, stockVendorTs; delta detection includes quantity_available
fs-com.ts: passes stockConfidence=3 + priceCurrency=EUR + priceIncludesTax=false
qsfptek.ts v2: Phase 1 API listing + Phase 2 detail-page stock extraction
- Parses 'X in real-time stock, DATE' from product detail pages
- Writes stock_observations with confidence=2 + stockVendorTs
- Up to 500 detail pages/run at 2s rate limit
naddod.ts v2: complete rewrite from WooCommerce to Astro sitemap-based
- Discovers products via /sitemaps/products.xml (600+ products)
- URL format: /products/XXXXX.html
- Extracts 'In Stock: X' exact counts from SSR HTML
- Writes both price + stock observations (confidence 1 or 2)
2026-04-17 22:54:40 +02:00
..
2026-03-27 16:27:31 +13:00
2026-03-27 16:27:31 +13:00
2026-03-27 16:27:31 +13:00
2026-03-27 16:27:31 +13:00
2026-03-28 00:22:01 +13:00
2026-03-29 02:26:45 +08:00
2026-03-29 02:26:45 +08:00
2026-03-29 02:26:45 +08:00
2026-03-29 02:26:45 +08:00
2026-03-29 02:26:45 +08:00
2026-03-29 02:26:45 +08:00
2026-03-30 08:07:12 +02:00
2026-03-31 08:51:22 +02:00
2026-03-31 08:51:22 +02:00
2026-03-31 09:12:37 +02:00
2026-03-31 09:12:37 +02:00
2026-04-04 15:41:57 +02:00
2026-04-01 21:26:13 +02:00
2026-04-01 22:04:33 +02:00
2026-04-01 22:46:27 +02:00
2026-04-01 23:16:50 +02:00
2026-04-02 02:02:44 +02:00
2026-04-04 08:15:32 +02:00
2026-04-04 08:30:27 +02:00
2026-04-05 11:51:07 +02:00
2026-04-04 15:41:57 +02:00
2026-04-06 02:22:00 +02:00
2026-04-06 02:22:00 +02:00
2026-04-17 22:54:40 +02:00
2026-04-09 20:29:46 +02:00
2026-04-09 20:29:46 +02:00
2026-04-09 09:09:23 +02:00
2026-04-09 20:29:46 +02:00
2026-04-09 20:34:27 +02:00
2026-04-17 10:45:59 +02:00
2026-04-17 10:45:59 +02:00
2026-04-17 10:45:59 +02:00
2026-04-17 22:54:40 +02:00
2026-04-17 22:54:40 +02:00