40 lines
885 B
Markdown
40 lines
885 B
Markdown
# Aether IDAA — Bulletin Board Module
|
|
|
|
**Status:** Active (private)
|
|
**Last Updated:** 2026-06-12
|
|
**Routes:** `src/routes/idaa/(idaa)/bb/`
|
|
**Underlying library:** `src/lib/ae_posts/`
|
|
|
|
The IDAA Bulletin Board (BB) is a private community posting and comment system for authenticated IDAA users.
|
|
|
|
---
|
|
|
|
## Core Responsibilities
|
|
|
|
- Post list and post detail flows.
|
|
- Comment create/edit workflows.
|
|
- Priority/visibility and sort behavior aligned with IDAA privacy and moderation rules.
|
|
|
|
---
|
|
|
|
## Security Requirements
|
|
|
|
- All BB routes are private/authenticated.
|
|
- Do not weaken layout-level auth gating.
|
|
- Treat any public exposure of BB data as Sev-1.
|
|
|
|
---
|
|
|
|
## Route Map
|
|
|
|
- `/idaa/bb`
|
|
- `/idaa/bb/[post_id]`
|
|
|
|
---
|
|
|
|
## Related Docs
|
|
|
|
- `documentation/CLIENT__IDAA_and_customized_mods.md`
|
|
- `documentation/AE__Permissions_and_Security.md`
|
|
- `documentation/REFERENCE__Common_Agent_Mistakes.md`
|