HTML 82.1%
Python 14.6%
TypeScript 1.9%
CSS 1%
JavaScript 0.5%
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/stateindustrial.py6# Rôle : Connecteur State Industrial Products — dayforce (ns='stateindustrial', board='CANDIDATEPORTAL')7# [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23]8# Créé : 2026-08-23 Modifié : 2026-09-179# =============================================================================10from .dayforce import DayforceConnector111213class StateindustrialConnector(DayforceConnector):14 source_id = 'stateindustrial'15 EMPLOYER = 'State Industrial Products'16 NS = 'stateindustrial'17 BOARD = 'CANDIDATEPORTAL'18 # Le tenant ne sert plus rien en fr-CA (search maxCount=0 constaté le19 # 2026-09-17) alors que en-US expose tout le board, y compris les offres20 # QC au titre déjà francophone — le filtre Québec reste côté client.21 CULTURE = 'en-US'22