42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
# Aether IDAA — Recovery Meetings Module
|
|
|
|
**Status:** Active (private)
|
|
**Last Updated:** 2026-06-12
|
|
**Routes:** `src/routes/idaa/(idaa)/recovery_meetings/`
|
|
**Underlying library:** `src/lib/ae_events/` (repurposed)
|
|
|
|
Recovery Meetings adapts Events module primitives for IDAA meeting discovery, filtering, viewing, and trusted editing.
|
|
|
|
---
|
|
|
|
## Core Responsibilities
|
|
|
|
- Meeting search/list/detail flows (IDB-first with API revalidation).
|
|
- Filter and sort controls for member workflows.
|
|
- Trusted/staff edit flows for meeting records.
|
|
- Modal and direct-page detail/edit entry paths.
|
|
|
|
---
|
|
|
|
## Security and Data Integrity
|
|
|
|
- Module is private/authenticated.
|
|
- Keep error state distinct from empty-result state.
|
|
- When persisted object shape changes, update `IDB_CONTENT_VERSIONS` wiring/version.
|
|
|
|
---
|
|
|
|
## Route Map
|
|
|
|
- `/idaa/recovery_meetings`
|
|
- `/idaa/recovery_meetings/[event_id]`
|
|
|
|
---
|
|
|
|
## Related Docs
|
|
|
|
- `documentation/CLIENT__IDAA_and_customized_mods.md`
|
|
- `documentation/PROJECT__IDAA_Stores_Svelte5_Migration_2026.md`
|
|
- `documentation/GUIDE__SvelteKit2_Svelte5_DexieJS.md`
|
|
- `documentation/REFERENCE__Common_Agent_Mistakes.md`
|