docs: audit and archive completed Journals and Badges projects

This commit is contained in:
Scott Idem
2026-06-12 17:35:02 -04:00
parent fd7ccd7ecc
commit c6ef729c55
11 changed files with 201 additions and 66 deletions

View File

@@ -3,7 +3,7 @@
**Module Path:** `src/routes/events/[event_id]/(badges)/templates/`
**API Module:** `src/lib/ae_events/ae_events__event_badge_template.ts`
**Database Table:** `event_badge_template`
**Last Updated:** 2026-03-02
**Last Updated:** 2026-06-12
---
@@ -310,6 +310,10 @@ Controls which fields appear in the print controls panel for non-trusted users,
Valid field keys: `name`, `title`, `affiliations`, `location`, `pronouns`, `allow_tracking`.
This config applies to the onsite print controls. Remote review currently uses
`event.mod_badges_json.edit_permissions` instead. Consolidating or defining precedence between
these two permission sources is tracked in `documentation/TODO__Agents.md`.
---
## Template-Derived Features (component behavior)
@@ -342,7 +346,8 @@ in DB and may be needed:
- `footer_title`, `footer_left`, `footer_right` — not needed (legacy)
- `header_background`, `footer_background` — not needed (legacy)
- `script_src` — do not add; this field should not be used
- `duplex`**add when backend adds the field**
`duplex` is already saved to IDB and drives single-sided rendering.
---