docs: mark LCI Pres Mgmt restoration complete; downgrade Axonius DC follow-ups

- 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 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-06-16 15:28:04 -04:00
parent 5321eb0d70
commit fc6eb01137

View File

@@ -82,13 +82,11 @@ wrong to users.
--- ---
## 🔴 Axonius DC — June 9 (Badge Printing) ## 🚧 Badges follow-ups (post-Axonius DC, downgraded 2026-06-16)
**Setup/Registration:** June 8 | **Show:** June 9
- [x] **[Badges] Epson C3500 fanfold badge layout** — `badge_4x6_fanfold` layout CSS created, Axonius DC (June 9) is done — the show happened and the badge layout work that was 🔴 for it
wired, and documented. First live use: Axonius Adapt DC, June 9, 2026. (2026-05-15) is complete. Downgraded from 🔴 to 🚧; these are normal backlog now, no event deadline attached.
Revisit before the next badge-printing event.
### Badges follow-ups
- [ ] **[Badges] Implement review-link email delivery** — current Email Link actions only show - [ ] **[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`. 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`. `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. 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 - [ ] **[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.
--- ---