hm_ai_qc_report_tool/core
nickviljoen 6b8b8ea5a6 Video Master: revert campaigns folder + lenient name matching
The earlier swap to BOX_CAMPAIGNS_FOLDER_ID=133295752718 was wrong —
Video Master operates on the automation campaigns folder
(156182880490), where subfolders are named by campaign TITLE rather
than the numeric job ID used in Reporting's root.

Reverted the default in config.py and all three .env example files.

Folder naming on Box is inconsistent — '1_CFUL263C01C_Kids drop1' vs
'1_CFUL263C01F-Kids drop 2' vs 'Summer Activation 2026' all coexist.
search_subfolder now strips every non-alphanumeric character from
both the search input and the folder names before substring match,
so:
  "kids drop 1"   →  matches "1_CFUL263C01C_Kids drop1"
  "Spring 2026"   →  matches "4023 Spring 2026"
  "winterfilm"    →  matches "1_WA20263C01 Winter Film"

Form label/placeholder updated to "Campaign Title" with a hint that
spaces/underscores/hyphens/case are all ignored.
2026-05-09 20:19:35 +02:00
..
auth Phase 1: replace local username/password auth with Azure AD SSO 2026-05-09 13:59:29 +02:00
health Phase 0: bootstrap Alembic, add /health, prep for Dev/Prod cutover 2026-05-09 13:47:54 +02:00
models Phase 0: bootstrap Alembic, add /health, prep for Dev/Prod cutover 2026-05-09 13:47:54 +02:00
services Video Master: revert campaigns folder + lenient name matching 2026-05-09 20:19:35 +02:00
utils Six tooling fixes from Dev test pass 2026-05-09 18:32:23 +02:00
__init__.py Add modular architecture, core framework, and web UI 2026-02-25 11:39:04 +02:00