new-site/scripts/formation
justin f94ad1682b fix(formation/TX): name search via Texas open-data API, not scraping
The TX Comptroller web search is now a JS form (old input#entityName selector
dead) and SOSDirect is login-gated, so the scraper returned garbage. Replaced
search_name with the Texas Socrata 'Active Franchise Taxpayers' dataset
(data.texas.gov/resource/9cir-efmm.json) over SoQL -- free, no-auth, no-login,
no bot-blocks. Exact normalized match => unavailable; no rows => available; API
error => available=None (never a false 'taken'). Verified: unique name = 0 rows
(available), 'APPLE INC.' = exact match (taken).
2026-06-09 08:34:37 -05:00
..
jurisdictions Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
states fix(formation/TX): name search via Texas open-data API, not scraping 2026-06-09 08:34:37 -05:00
__init__.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
base.py fix(formation): name-search returns null (not false) on adapter error 2026-06-09 08:06:43 -05:00
bulk_download.py fix Iowa: remove wrong Socrata dataset (was liquor stores), mark SOS as WAF-blocked 2026-05-30 19:28:41 -05:00
document_delivery.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
ein_worker.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
formation_worker.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
holidays.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
name_search.py fix(formation): name-search returns null (not false) on adapter error 2026-06-09 08:06:43 -05:00
operating_agreement.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
portal_schedule.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
test_name_search.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00