revamping frontend logging system and reorganising documentation

This commit is contained in:
2025-10-28 21:07:26 +01:00
parent 5c80ba17c5
commit b0cc0385f8
68 changed files with 3481 additions and 624 deletions

View File

@@ -0,0 +1,6 @@
# Recommended Statistics Service Architecture
## Principle: Single Responsibility
**stats_service** should handle ALL statistics - it's the single source of truth for metrics.
**admin_service** should handle admin operations - user management, vendor management, etc.