feat: Refactor event modules for Svelte 5 and new routing structure

- Moved legacy event modules (`events_badges`, `events_leads`) to `src/routes/legacy/` and renamed them to `events_badges_v2` and `events_leads_v2` respectively.
- Created new directory structures for Svelte 5 and SvelteKit-based event modules under `src/routes/events/[event_id]/`:
    - `(launcher)`
    - `(badges)`
    - `(leads)`
- Updated `src/routes/events_leads/README.md` (now `src/routes/legacy/events_leads_v2/README.md`) with comprehensive documentation for the legacy lead retrieval module, reflecting its features, data model, routing, components, and technical implementation details, incorporating project conventions.
This commit is contained in:
Scott Idem
2025-11-19 22:45:50 -05:00
parent bd4bd360f7
commit d1021e2822
37 changed files with 76 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
# Events Presentation Management Module (v3)
This module handles the presentation management features for events.