tercul-backend/internal/testutil
google-labs-jules[bot] 52101fbeda Refactor: Expose Analytics Service via GraphQL
This commit refactors the analytics service to align with the new DDD architecture and exposes it through the GraphQL API.

Key changes:
- A new `AnalyticsService` has been created in `internal/application/services` to encapsulate analytics-related business logic.
- The GraphQL resolver has been updated to use the new `AnalyticsService`, providing a clean and maintainable API.
- The old analytics service and its related files have been removed, reducing code duplication and confusion.
- The `bookmark`, `like`, and `work` services have been refactored to remove their dependencies on the old analytics repository.
- Unit tests have been added for the new `AnalyticsService`, and existing tests have been updated to reflect the refactoring.
2025-10-03 04:10:16 +00:00
..
integration_test_utils.go Refactor: Expose Analytics Service via GraphQL 2025-10-03 04:10:16 +00:00
mock_base_repository.go Fix build issues and refactor for maintainability 2025-09-05 21:37:42 +00:00
mock_translation_repository.go Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +00:00
mock_weaviate_wrapper.go feat: Add unit tests for models, repositories, and services 2025-09-07 11:42:30 +00:00
mock_work_repository.go Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +00:00
simple_test_utils.go feat: Finalize DDD refactoring and fix tests 2025-10-03 01:44:47 +00:00
test_entity.go Refactor repository tests to be more DRY and maintainable. 2025-09-06 13:01:04 +00:00
testutil.go feat: Implement blog schema and example content 2025-09-07 23:22:36 +00:00