mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Replaced the StatsService interface with direct MongoDB queries in the stats controller, enhancing performance and reducing complexity. - Introduced structured response types for GetStatsOverview and GetStatsTasks, improving clarity and maintainability of the API responses. - Removed outdated service implementation files, streamlining the codebase and eliminating redundancy. - Enhanced error handling for MongoDB operations to ensure robustness in data retrieval processes.