Files
OSIT-AE-App-Svelte/src/routes/events/[event_id]/(badges)
Scott Idem 3466d6552c feat(badges): show print status strip for trusted staff on printed badges
Adds a compact print info row below each printed badge for trusted users
(not in edit mode — debug row already covers that):
  Printed 2×  ·  First: June 9 9:14 AM  ·  Last: June 9 11:32 AM

Gives staff quick at-a-glance confirmation that a badge was printed and when,
without needing to enter edit mode.

Also fixes a logic bug in the attendee "Checked in" card: the "last print"
line was comparing == (same datetime) instead of !== (different datetime),
so it only appeared when first = last (single print) — backwards. Fixed to
show only when multiple prints have occurred.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 17:27:40 -04:00
..
2026-03-24 12:13:37 -04:00

Aether (AE) Events - Badges Module (v3)

This directory contains the files for the new Event Badges module (v3).

Detailed documentation can be found here: @documentation/MODULE__AE_Events_Badges.md