Wilfried Trinkl
602fe582b0
Refactor: Align system with gateway_users architecture
- Fixed database relationships: LlmRequest now properly uses gateway_user_id instead of user_id
- Updated Models: GatewayUser and LlmRequest relationships corrected
- Removed User->llmRequests relationship (admin users don't have LLM requests)
- Simplified Dashboard: Now shows Gateway User statistics instead of admin users
- Removed obsolete Budgets management pages (budgets handled directly in gateway_users)
- Removed User Budgets admin section (redundant with gateway_users management)
- Fixed view errors: Added null-checks for user_id in keys views
- Updated navigation: Removed Budget and User Budget links
- Updated routes: Cleaned up unused BudgetController and UserManagementController routes
- Simplified StatisticsService: Focus on gateway_users and basic metrics only
2025-11-19 21:13:59 +01:00
..
2025-11-18 22:05:05 +01:00
2025-11-19 19:36:58 +01:00
2025-11-19 21:13:59 +01:00
2025-11-19 19:36:58 +01:00
2025-11-19 21:13:59 +01:00
2025-11-18 22:05:05 +01:00
2025-11-18 22:18:36 +01:00
2025-11-19 19:36:58 +01:00
2025-11-19 21:13:59 +01:00
2025-11-18 22:18:36 +01:00
2025-11-18 22:18:36 +01:00