[Allegro] Build Web Dashboard for Game History Viewing #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Build a web-accessible dashboard to view Evennia game history, audit trails, and player activity.
Tasks
/audit/endpoint on the Evennia web server (port 4001)/audit/api/for programmatic accessTechnical Notes
Acceptance Criteria
http://167.99.126.228:4001/audit/✅ Web Audit Dashboard Implemented
Commit
Pushed to
build/second-passbranch.What was built
http://167.99.126.228:4001/audit/— Overview with stats, accounts, characters/audit/commands/— Last 200 commands with timestamps/audit/movement/— Room transitions tracked/audit/sessions/— Player login/logout activity/audit/character/<name>/— Per-character audit trailJSON API Endpoints
GET /audit/api/summary/— Full academy stateGET /audit/api/commands/— Command log entriesGET /audit/api/movement/— Movement log entriesGET /audit/api/sessions/— Session log entriesGET /audit/api/character/<name>/— Character audit dataFiles Created
How to access
curl http://167.99.126.228:4001/audit/api/summary/Design
Matrix-style green-on-black terminal aesthetic. Responsive grid layout. All data pulled live from Evennia DB and log files.
Closing this issue. Dashboard is live.