39 lines
921 B
Markdown
39 lines
921 B
Markdown
# Aether IDAA — Archives Module
|
|
|
|
**Status:** Active (private)
|
|
**Routes:** `src/routes/idaa/(idaa)/archives/`
|
|
**Underlying library:** `src/lib/ae_archives/`
|
|
|
|
IDAA Archives provides authenticated access to archival documents and media for the IDAA community.
|
|
|
|
---
|
|
|
|
## Core Responsibilities
|
|
|
|
- List, view, and edit archive records (permission-gated).
|
|
- Upload and manage archive content files.
|
|
- Render media/content viewers for archived assets.
|
|
|
|
---
|
|
|
|
## Security Requirements
|
|
|
|
- All IDAA archive content is private.
|
|
- Auth guard must remain enforced for all archive routes and child views.
|
|
- Do not add pre-gate data loading in universal `+page.ts`/`+layout.ts` paths.
|
|
|
|
---
|
|
|
|
## Route Map
|
|
|
|
- `/idaa/archives`
|
|
- `/idaa/archives/[archive_id]`
|
|
|
|
---
|
|
|
|
## Related Docs
|
|
|
|
- `documentation/CLIENT__IDAA_and_customized_mods.md`
|
|
- `documentation/AE__Permissions_and_Security.md`
|
|
- `documentation/REFERENCE__Common_Agent_Mistakes.md`
|