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:
3
src/routes/events/[event_id]/README.md
Normal file
3
src/routes/events/[event_id]/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Events Presentation Management Module (v3)
|
||||
|
||||
This module handles the presentation management features for events.
|
||||
Reference in New Issue
Block a user