complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
52
docs/modules/modulemanager.md
Normal file
52
docs/modules/modulemanager.md
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Module Manager
|
||||
|
||||
## Purpose
|
||||
|
||||
Install and manage Panel modules and access rights.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Functional
|
||||
|
||||
## Dependencies
|
||||
|
||||
- module metadata
|
||||
- access rights registry
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `module_access_rights`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- None directly
|
||||
|
||||
## User Workflow
|
||||
|
||||
- none, admin-only
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- enable/disable modules
|
||||
- manage access flags
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- module access rights control what users can see and do
|
||||
|
||||
## Known Issues
|
||||
|
||||
- older module administration workflow
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- better module documentation and dependency graph
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- surface module health and compatibility more clearly
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue