complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
53
docs/modules/dashboard.md
Normal file
53
docs/modules/dashboard.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# Dashboard
|
||||
|
||||
## Purpose
|
||||
|
||||
Main landing dashboard with widgets and quick server overview.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Functional
|
||||
|
||||
## Dependencies
|
||||
|
||||
- Panel dashboard widgets
|
||||
- user permissions
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `widgets`
|
||||
- `widgets_users`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- indirect through monitor widgets and server summaries
|
||||
|
||||
## User Workflow
|
||||
|
||||
- view server summary widgets
|
||||
- access quick links
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- manage dashboard widgets and layout
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- widget visibility should respect permissions
|
||||
|
||||
## Known Issues
|
||||
|
||||
- some default widgets are legacy
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- richer status and alert surfaces
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- surface lifecycle state, support, billing, and docs more prominently
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Improve
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue