SPB Git forge

spb/job-ka

Public
229commits 1branches 0releases
38.1 MBsize
maindefault branch
5 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%
1.5 KB · 28 lines python
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/srs_merchandising.py6# Rôle    : Connecteur SRS Merchandising — breezy (org « srs-merchandising »)7#           [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23]8# Créé    : 2026-08-23   Modifié : 2026-08-279# =============================================================================10# NOTE ka6 (2026-08-27) : employeur AMÉRICAIN de merchandising de détail (SRS11# Merchandising) — les 459 postings du board sont tous aux É.-U. (61 FL, 33 TX,12# 30 PA, 27 NC, 24 SC, 24 MI, 22 NY, 20 WA…), zéro Québec. L'unique offre13# historique (« Retail Merchandising Specialist – Kirkland », a9e3d4a09ef6,14# parue 2026-08-05) était un faux positif : Kirkland, WASHINGTON — « Kirkland »15# (ville de l'île de Montréal, _QC_CITIES) matchait dans le libellé, même16# famille que ridepanda 2da19af, insite_property_solutions 8d37949,17# h_s_loss_control_inspections_in 8b5fe9f, gastro_health 900f025,18# family_resource_home_care 51c2615 et x4th_day_trucking c4bfc7b. Corrigé par19# le garde pays de BreezyConnector._keep (location.country.id != CA → rejet).20# Volume 0 = comportement correct.21from .breezy import BreezyConnector222324class SrsMerchandisingConnector(BreezyConnector):25    source_id = 'srs_merchandising'26    EMPLOYER = 'SRS Merchandising'27    ORG = 'srs-merchandising'28