3 Commits

Author SHA1 Message Date
matt
c90f446bcb feat: Phase 6 - System Health & Monitoring complete
- Added SystemHealthController with 6 monitoring endpoints
- Created System Health Dashboard (Index) with real-time metrics
- Implemented Database Performance monitoring with query analysis
- Added API Performance tracking with endpoint usage stats
- Created Server Resources monitoring (CPU/Memory/Disk/Network)
- Implemented Activity Feed with player/combat/purchase/admin events
- Added Error Tracking with trend analysis and stack traces
- Fixed navigation routing from System to SystemHealth controller
- All views use real data from database and system diagnostics
- Dark theme styling consistent across all monitoring pages
- Chart.js visualizations for trends and metrics

Phase 6 Complete - Admin Dashboard fully functional!
2025-11-06 16:05:20 -06:00
matt
86c363cd8a Complete Visual Studio 2022 server project setup
- Created organized .NET 8 solution with server-focused project structure
- Added server projects: API, Core, Data, Shared, SignalR, and Admin projects in src/server/
- Added comprehensive server test project structure in tests/server/
- Configured project dependencies and references for server architecture
- Installed required NuGet packages for Entity Framework, PostgreSQL, Redis, JWT, SignalR
- Created server-focused solution filters for different development contexts
- Organized projects into logical solution folders (src/server, tests/server)
- Set up proper build dependencies and startup configuration for server components
- Created initial folder structure within each server project
- Prepared client directory structure for future Unity integration
- Verified successful compilation of entire server solution
2025-10-19 10:32:14 -05:00
matt
a8c9f06775 Reorganize project structure for nested Visual Studio solution
- Moved src, tests, docs, scripts, config, and solution-filters into ShadowedRealmsMobile/ directory
- Created nested structure to align with Visual Studio Blank Solution layout
- Maintains clean separation between repository metadata and solution files
- Ready for Visual Studio project creation within nested structure
2025-10-19 09:30:53 -05:00