gigafibre-fsm/services/cogeco-checker
louispaulb 68ba64c47b feat(ops): assisted Cogeco spot-check on overpriced-internet report
Cogeco's address checker is gated by reCAPTCHA Enterprise (risk-score 401
on the protected /boutique/api/address/search call), so per-address
serviceability can't be scraped reliably from a datacenter IP without a
residential proxy. Per product decision, pivot to an assisted spot-check
instead of automated qualification.

- ReportInternetCherPage: add a "Concurrent" column with a one-click
  button that copies the full service address and opens Cogeco's
  availability page in a new tab (human reads the verdict in ~10s, only
  for the leads that matter). fullAddress() builds "addr, city, QC ZIP".
- cogeco-checker: harden the POC anyway — track service-address/search
  responses, retry the verdict call on 401 (re-register cadence), and
  prioritize the authoritative JSON body in interpret(). Recon confirmed
  the wall is reCAPTCHA scoring, not a timing/selector bug.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 21:24:36 -04:00
..
lib feat(ops): assisted Cogeco spot-check on overpriced-internet report 2026-06-01 21:24:36 -04:00
.env.example feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
docker-compose.yml feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
Dockerfile feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
package.json feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
server.js feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00