complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
51
docs/modules/util.md
Normal file
51
docs/modules/util.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Utilities
|
||||
|
||||
## Purpose
|
||||
|
||||
Miscellaneous utility tools such as Steam ID conversion and game-adjacent helpers.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Mixed
|
||||
- Functional but partly legacy
|
||||
|
||||
## Dependencies
|
||||
|
||||
- PHP BCMath extension
|
||||
|
||||
## Database Tables
|
||||
|
||||
- None declared in module metadata
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- some helper tools may use remote data or agent info
|
||||
|
||||
## User Workflow
|
||||
|
||||
- use helper tools when relevant
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- audit utilities and decide which are still product-relevant
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- utility tools should not leak secrets or overreach permissions
|
||||
|
||||
## Known Issues
|
||||
|
||||
- mixed-value tool collection
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- clear product grouping and documentation
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- keep useful tools, hide obsolete ones, and document by game relevance
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Rewrite selectively
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue