docs: archive 4 completed project docs, update stale references
Archived to documentation/history/: - PROJECT__AE_Firefly_Theme_Repair_SUMMARY.md (complete) - PROJECT__AE_Pres_Mgmt_Session_view_refactor_2026-02.md (resolved 2026-02-26) - PROJECT__AE_Access_Control_UX.md (all steps done 2026-03-11) - PROJECT__AE_combined_front_back_Docker.md (complete 2026-03-10) Pre-archive housekeeping: - CLAUDE.md: removed 3 resolved active issues; replaced stale session bug doc link with Badges Task 4.0 doc - AE__Architecture.md: corrected stale "TipTap marked for removal" note — both editors are active - PROJECT__AE_Firefly_Theme_Repair_SUMMARY.md: added archival note re element_modal_v1 retirement Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -100,10 +100,9 @@ src/routes/
|
||||
|
||||
## Active Issues (check TODO__Agents.md for current state)
|
||||
|
||||
- Session/Presentation page cold-start bug (Events Pres Mgmt) — unresolved
|
||||
- Sev-1: `PUBLIC_AE_API_SECRET_KEY` audit
|
||||
- CRUD v2 retirement → V3 editor
|
||||
- 403/401 error boundaries ("Session Expired" UI)
|
||||
- Sev-1: `PUBLIC_AE_API_SECRET_KEY` audit — see TODO__Agents.md (assessed acceptable, 2026-03-11)
|
||||
- V3 CRUD migration — remaining legacy API wrappers in events/sponsorships/core (see `PROJECT__Use_AE_API_V3_CRUD_upgrade.md`)
|
||||
- Style Review Phase 3 — IDAA + Pres Mgmt card polish deferred post-April 2026 conference
|
||||
|
||||
---
|
||||
|
||||
@@ -117,4 +116,4 @@ src/routes/
|
||||
| `documentation/GUIDE__SvelteKit2_Svelte5_DexieJS.md` | Dexie + liveQuery patterns |
|
||||
| `documentation/GEMINI__Svelte_and_Me.md` | Svelte 5 runes patterns |
|
||||
| `documentation/PROJECT__AE_Events_Launcher_Native_integration.md` | Electron/Launcher |
|
||||
| `documentation/PROJECT__AE_Pres_Mgmt_Session_view_refactor_2026-02.md` | Session bug plan |
|
||||
| `documentation/PROJECT__AE_Events_Badges_Review_Print.md` | Badges — kiosk editing (Task 4.0 open) |
|
||||
|
||||
@@ -16,9 +16,8 @@ The Aether project is a Svelte and SvelteKit based application, utilizing Tailwi
|
||||
- Flowbite (Tailwind Components)
|
||||
- Custom Components (a growing library of `ae_comp__*` and `element_*` components)
|
||||
- **Text/Code Editors:**
|
||||
- CodeMirror 6.x (primary text and code editor, planned for rich text editing)
|
||||
- Edra (TipTap based Rich Text Editor)
|
||||
- **Note:** ShadEditor TipTap is present but marked for removal, with CodeMirror being the preferred solution for all text editing needs.
|
||||
- CodeMirror 6.x (`element_editor_codemirror.svelte`) — source/code editing, markdown
|
||||
- TipTap (`element_editor_tiptap.svelte`) — WYSIWYG rich-text for content fields (IDAA, Journals, Leads notes)
|
||||
- **Icons:** Lucide Icons (SVG Icons)
|
||||
- **Markdown Parsing:** `marked` library
|
||||
- **State Management:** Svelte stores, potentially with `liveQuery` from Dexie for reactive IndexedDB interactions.
|
||||
|
||||
@@ -40,3 +40,6 @@
|
||||
|
||||
---
|
||||
*Prepared by: Gemini CLI (March 17, 2026)*
|
||||
|
||||
---
|
||||
*Archival note (2026-03-20): `element_modal_v1.svelte` (referenced in §2 as "new standard modal") was subsequently retired — it had zero active importers. Modal usage in the codebase relies on Flowbite `<Modal>` component. See `AE__UI_Component_Patterns.md` §11.*
|
||||
Reference in New Issue
Block a user