From fc6eb01137fbfe4b72b2c3326fbc898d58b74ece Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 16 Jun 2026 15:28:04 -0400 Subject: [PATCH] docs: mark LCI Pres Mgmt restoration complete; downgrade Axonius DC follow-ups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - LCI October — Pres Mgmt Restoration: all items now checked, header flipped from 🔴 in-progress to ✅ complete. - Axonius DC — June 9: the show happened, badge layout work is done. Downgraded the remaining "Badges follow-ups" from 🔴 (event-deadline urgency) to 🚧 (normal backlog) — no event deadline attached until the next badge-printing event. - Checked "Use template badge types in search filter" per request: confirmed still NOT done — ae_comp__badge_search.svelte still has a hardcoded "Axonius 2026 badge type codes" list with its own pre-existing TODO comment. Left open, noted the verification. Co-Authored-By: Claude Sonnet 4.6 --- documentation/TODO__Agents.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/TODO__Agents.md b/documentation/TODO__Agents.md index 2333787b..0866c2b1 100644 --- a/documentation/TODO__Agents.md +++ b/documentation/TODO__Agents.md @@ -82,13 +82,11 @@ wrong to users. --- -## 🔴 Axonius DC — June 9 (Badge Printing) -**Setup/Registration:** June 8 | **Show:** June 9 +## 🚧 Badges follow-ups (post-Axonius DC, downgraded 2026-06-16) -- [x] **[Badges] Epson C3500 fanfold badge layout** — `badge_4x6_fanfold` layout CSS created, - wired, and documented. First live use: Axonius Adapt DC, June 9, 2026. (2026-05-15) - -### Badges follow-ups +Axonius DC (June 9) is done — the show happened and the badge layout work that was 🔴 for it +is complete. Downgraded from 🔴 to 🚧; these are normal backlog now, no event deadline attached. +Revisit before the next badge-printing event. - [ ] **[Badges] Implement review-link email delivery** — current Email Link actions only show placeholder alerts. Send to `event_badge.email`, never the attendee-editable `email_override`. @@ -96,7 +94,9 @@ wrong to users. `event.mod_badges_json.edit_permissions`; print controls read template `cfg_json.controls_cfg`. Define precedence or consolidate them so both flows enforce one documented policy. - [ ] **[Badges] Use template badge types in search filter** — replace the hardcoded badge-type - list in `ae_comp__badge_search.svelte` with the active template's `badge_type_list`. + list in `ae_comp__badge_search.svelte` with the active template's `badge_type_list`. Checked + 2026-06-16: confirmed still not done — the list is still hardcoded ("Axonius 2026 badge type + codes") with its own `// TODO: drive this from the event's badge templates` comment above it. ---