From a8e9bd6694858f9209366d06c9593792ad176bda Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 27 Mar 2026 17:04:56 -0400 Subject: [PATCH] Updated to do --- documentation/TODO__Agents.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/documentation/TODO__Agents.md b/documentation/TODO__Agents.md index 900263f8..3e78e009 100644 --- a/documentation/TODO__Agents.md +++ b/documentation/TODO__Agents.md @@ -36,25 +36,8 @@ frontend pass the location directly in the Launcher URL without the extra lookup - **Badge print controls UX polish:** Scott has improvements in mind — TBD next session. File: `ae_comp__badge_print_controls.svelte`. -### [Badges] Zebra ZC10L Hardware Testing — ~week of 2026-03-16 -Scott is renting a Zebra ZC10L for one day to do real-world badge printing tests before -Axonius (mid-April). See `documentation/PROJECT__AE_Events_Zebra_Hardware_Test_Day.md` -for the full checklist and prep plan. - -**Pre-test work (do before printer arrives):** -- [x] **Debug outlines are gated** — `print/+page.svelte` prints nothing; outlines live in - `static/ae-print-badge.css` behind `html.debug_outlines` class (toggled by the "Show debug - outlines" checkbox in the controls panel, trusted-only). Won't appear in print unless explicitly - enabled. No action needed. (verified 2026-03-18) -- [x] **Zebra ZC10L Linux driver** — installed CUPS driver; verified card prints. (2026-03-27) -- [x] **`style_href` wired** — `print/+page.svelte` already loads `style_href` via `` - and it's in `properties_to_save`. (verified 2026-03-18) -- [x] **`duplex=0` hides badge back** — `duplex` is in `properties_to_save`; v2 badge render - gates `{#if show_badge_back}` on `duplex != null && !!duplex`. Set `duplex=0` on the template - to suppress the back section for single-sided PVC. (verified 2026-03-18) -- [x] **Set up test event + PVC template** in dev DB with `layout: badge_3.5x5.5_pvc`, - `duplex=0`, badge records with varied name lengths, HTML in fields, different badge_type_codes, - edge cases (very long name, HTML markup, no affiliations, all ticket/option codes). (2026-03-27) +### [Badges] Zebra ZC10L Hardware Testing +- [x] **Hardware test day complete.** Real-world badge printing tested on Zebra ZC10L. Driver installed, test data set up, print verified. (2026-03-27) ### [Leads] Exhibitor Lead Scanning — IN PROGRESS (demo-ready prep) Module is substantially built as a PWA (no Electron). Core flow works end-to-end.