docs: third-pass overlap consolidation and guide scoping

This commit is contained in:
Scott Idem
2026-06-12 16:53:35 -04:00
parent 7192cbc0af
commit 67d2607da1
6 changed files with 13 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
Notes on setup, process, hardware, and browser behavior for onsite badge printing at events. 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 ## Overview

View File

@@ -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 Aether badge printing uses the browser's native `window.print()` — no special software or print
server needed. 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 ### Kiosk Station Setup
- **Browser:** Use **Chrome (Chromium)** for all kiosk stations. - **Browser:** Use **Chrome (Chromium)** for all kiosk stations.
- **Settings:** Set Margins to **None**. Enable **Background Graphics**. - **Settings:** Set Margins to **None**. Enable **Background Graphics**.

View File

@@ -3,6 +3,7 @@
> **Author:** One Sky IT / Scott Idem > **Author:** One Sky IT / Scott Idem
> **Scope:** All Aether SvelteKit frontend components > **Scope:** All Aether SvelteKit frontend components
> **Related:** `AE__UI_Component_Patterns.md`, `ae-firefly.css`, `documentation/AE__Components.md` > **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`
--- ---

View File

@@ -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 `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 `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`. - 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) ### Next archive candidates (review + approve)
- Older style-review snapshots once current style guide references are centralized. - 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. 1. Add `Last Updated` metadata lines to all `MODULE__` docs.
2. Run a link-check pass across documentation files. 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. 3. Add `Last Updated` metadata lines to remaining `GUIDE__` and `PROJECT__` docs that are still actively edited.
4. Review overlap between `GUIDE__AE_Events_Badges_Onsite.md` and `GUIDE__AE_Events_Onsite_Runbook.md`; decide whether to merge badge-print sections. 4. Run a lightweight cross-reference audit for `archive/` links in active docs to ensure all moved files remain discoverable.

View File

@@ -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 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 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] **[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] **[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 `<style>` block; eliminated all 23 `@apply`/`@reference` svelte-check warnings. (2026-03-16) - [x] **[IDAA]** `ae_idaa_comp__event_obj_id_edit.svelte` — inlined Tailwind utilities, removed `<style>` block; eliminated all 23 `@apply`/`@reference` svelte-check warnings. (2026-03-16)
- [x] **[Badges]** Badge print page svelte-check fix: extracted print CSS to `static/ae-print-badge.css`; fixed unclosed `<script>` tag in `print/+page.svelte`. (2026-03-16) - [x] **[Badges]** Badge print page svelte-check fix: extracted print CSS to `static/ae-print-badge.css`; fixed unclosed `<script>` tag in `print/+page.svelte`. (2026-03-16)