complete codex docs

This commit is contained in:
Frank Harris 2026-06-05 11:37:09 -05:00
parent b5dcf01a8c
commit 3cefad183d
62 changed files with 2730 additions and 50 deletions

57
docs/modules/circular.md Normal file
View file

@ -0,0 +1,57 @@
# Circular
## Purpose
Admin notifications / circular messages for broadcasting announcements to users.
## Current Status
- Functional
## Dependencies
- Panel notification flow
- user recipient tracking
## Database Tables
- `circular`
- `circular_recipients`
## Agent Interaction
- None directly
## User Workflow
- receive announcements / notifications
## Admin Workflow
- create a circular message
- target recipients
- review delivery state
## Security Concerns
- message content should be sanitized
- recipient scoping must be correct
## Known Issues
- older notification pattern
## Missing Functionality
- richer maintenance scheduling integration
- email/Discord bridge
## Suggested Future Improvements
- integrate with support and maintenance alerts
- expose clearer read/unread state
## Recommendation
- Keep / Improve