Panel/docs/modules/util.md
2026-06-08 16:09:54 -05:00

53 lines
908 B
Markdown

# Utilities
Workspace reference: [`GSP-WORKSPACE.md`](../../../GSP-WORKSPACE.md)
## 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