tercul-backend/internal/testutil
google-labs-jules[bot] 1c4dcbcf99 Refactor: Introduce service layer for application logic
This change introduces a service layer to encapsulate the business logic
for each domain aggregate. This will make the code more modular,
testable, and easier to maintain.

The following services have been created:
- author
- bookmark
- category
- collection
- comment
- like
- tag
- translation
- user

The main Application struct has been updated to use these new services.
The integration test suite has also been updated to use the new
Application struct and services.

This is a work in progress. The next step is to fix the compilation
errors and then refactor the resolvers to use the new services.
2025-09-09 02:28:25 +00:00
..
integration_test_utils.go Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +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 Fix build issues and refactor for maintainability 2025-09-05 21:37:42 +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