diff --git a/documentation/GUIDE__AE_Events_Badges_Onsite.md b/documentation/GUIDE__AE_Events_Badges_Onsite.md index 94bab28e..23ec78ae 100644 --- a/documentation/GUIDE__AE_Events_Badges_Onsite.md +++ b/documentation/GUIDE__AE_Events_Badges_Onsite.md @@ -2,6 +2,9 @@ Notes on setup, process, hardware, and browser behavior for onsite badge printing at events. +For cross-module onsite operations (SRR, launcher monitoring, exhibitor leads support), see: +`documentation/GUIDE__AE_Events_Onsite_Runbook.md`. + --- ## Overview diff --git a/documentation/GUIDE__AE_Events_Onsite_Runbook.md b/documentation/GUIDE__AE_Events_Onsite_Runbook.md index 91ce520a..43aa17ad 100644 --- a/documentation/GUIDE__AE_Events_Onsite_Runbook.md +++ b/documentation/GUIDE__AE_Events_Onsite_Runbook.md @@ -9,6 +9,10 @@ This guide covers the human-centric logistics and "In the Heat of the Moment" su Aether badge printing uses the browser's native `window.print()` — no special software or print server needed. +This runbook keeps badge guidance concise for onsite flow. For detailed printer/browser setup, +driver notes, and troubleshooting matrix, use: +`documentation/GUIDE__AE_Events_Badges_Onsite.md`. + ### Kiosk Station Setup - **Browser:** Use **Chrome (Chromium)** for all kiosk stations. - **Settings:** Set Margins to **None**. Enable **Background Graphics**. diff --git a/documentation/GUIDE__AE_UI_Style_Guidelines.md b/documentation/GUIDE__AE_UI_Style_Guidelines.md index 1cea4f3e..0a916b22 100644 --- a/documentation/GUIDE__AE_UI_Style_Guidelines.md +++ b/documentation/GUIDE__AE_UI_Style_Guidelines.md @@ -3,6 +3,7 @@ > **Author:** One Sky IT / Scott Idem > **Scope:** All Aether SvelteKit frontend components > **Related:** `AE__UI_Component_Patterns.md`, `ae-firefly.css`, `documentation/AE__Components.md` +> **Historical implementation log:** `documentation/archive/PROJECT__AE_Style_Review_2026-03.md` --- diff --git a/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md b/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md index 3f5d35c5..3ef9ec38 100644 --- a/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md +++ b/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md @@ -37,6 +37,8 @@ Do not delete historical context; move to `documentation/archive/` with clear na - Renamed `MODULE__AE Journals_config_map.md` -> `MODULE__AE_Journals_Config_Map.md`. - Renamed `PROJECT__AE_UI_Journals_module_update_2026.md` -> `PROJECT__AE_UI_Journals_Module_Update_2026.md`. - Renamed `AE_Docker_CI_cache_policy.md` -> `AE__Docker_CI_Cache_Policy.md`. +- Archived `PROJECT__AE_Style_Review.md` -> `archive/PROJECT__AE_Style_Review_2026-03.md` (active style source is `GUIDE__AE_UI_Style_Guidelines.md`). +- Clarified scope split: `GUIDE__AE_Events_Badges_Onsite.md` = deep badge-print reference, `GUIDE__AE_Events_Onsite_Runbook.md` = cross-module onsite operations runbook. ### Next archive candidates (review + approve) - Older style-review snapshots once current style guide references are centralized. @@ -55,5 +57,5 @@ Monthly lightweight review: 1. Add `Last Updated` metadata lines to all `MODULE__` docs. 2. Run a link-check pass across documentation files. -3. Review overlap between `PROJECT__AE_Style_Review.md` and `GUIDE__AE_UI_Style_Guidelines.md`; merge or archive one path. -4. Review overlap between `GUIDE__AE_Events_Badges_Onsite.md` and `GUIDE__AE_Events_Onsite_Runbook.md`; decide whether to merge badge-print sections. +3. Add `Last Updated` metadata lines to remaining `GUIDE__` and `PROJECT__` docs that are still actively edited. +4. Run a lightweight cross-reference audit for `archive/` links in active docs to ensure all moved files remain discoverable. diff --git a/documentation/PROJECT__AE_Style_Review.md b/documentation/archive/PROJECT__AE_Style_Review_2026-03.md similarity index 100% rename from documentation/PROJECT__AE_Style_Review.md rename to documentation/archive/PROJECT__AE_Style_Review_2026-03.md diff --git a/documentation/archive/TODO__Agents__ARCHIVE_2026-03.md b/documentation/archive/TODO__Agents__ARCHIVE_2026-03.md index a44c1013..d45a48a9 100644 --- a/documentation/archive/TODO__Agents__ARCHIVE_2026-03.md +++ b/documentation/archive/TODO__Agents__ARCHIVE_2026-03.md @@ -2,7 +2,7 @@ - [x] **[Stores] Phase 1 — Dead code cleanup** (`ae_stores.ts`, `ae_events_stores.ts`, `ae_idaa_stores.ts`): removed `ver_idb`, stale comments, `console.log` lines, Stripe button block (zero consumers), personal Novi UUIDs, dead alternatives. Net: −202 lines across 3 files. svelte-check: 0 errors. (2026-03-16) - [x] **[Stores] Phase 2a — Split defaults into domain sub-files**: `ae_stores__auth_loc_defaults.ts`; `ae_events_stores__badges/launcher/leads/pres_mgmt_defaults.ts`. Spread-merged back into store structs — zero consumer changes. (2026-03-16) - [x] **[Stores] Phase 2b — TypeScript interfaces for defaults sub-files**: `SiteCfgJson`, `AePerson`, `AeUser`, `AccessType`, `AuthLocState`; `BadgesLocState/SessState`; `SectionState`, `LauncherLocState/SessState`; `LeadsLocState/SessState`, `TmpLicense`; `PresMgmtLocState/SessState`. svelte-check: 0 errors. (2026-03-16) -- [x] **[UI]** Style Review Phase 1 & 2 complete — all non-frozen, non-IDAA routes migrated: FA→Lucide (events, pres_mgmt, core, badges, leads, hosted_files), `variant-*`→`preset-*` (all modules), `code_to_html` badge dict refactored to Lucide component map, FA CDN scoped to IDAA layout, global `svg.lucide { display: inline }` CSS rule added to fix icon inline flow. See `documentation/PROJECT__AE_Style_Review.md`. (2026-03-16) +- [x] **[UI]** Style Review Phase 1 & 2 complete — all non-frozen, non-IDAA routes migrated: FA→Lucide (events, pres_mgmt, core, badges, leads, hosted_files), `variant-*`→`preset-*` (all modules), `code_to_html` badge dict refactored to Lucide component map, FA CDN scoped to IDAA layout, global `svg.lucide { display: inline }` CSS rule added to fix icon inline flow. See `documentation/archive/PROJECT__AE_Style_Review_2026-03.md`. (2026-03-16) - [x] **[UI]** Pres Mgmt Phase 3 — FA→Lucide icon migration across all 24 pres_mgmt files. (2026-03-16) - [x] **[IDAA]** `ae_idaa_comp__event_obj_id_edit.svelte` — inlined Tailwind utilities, removed `