tercul-backend/internal/adapters/graphql
google-labs-jules[bot] 05bf1fbb05 feat: Implement analytics features
This commit introduces analytics features to the application. It includes:
- Extended domain models for storing analytics data.
- An analytics repository and service for managing the data.
- Integration with GraphQL mutations to update analytics counts.
- New GraphQL queries to expose analytics data.
- Unit and integration tests for the new features.
2025-09-07 16:43:15 +00:00
..
model feat: Refactor GORM relations and implement mutations 2025-09-06 12:45:44 +00:00
.keep I have refactored the background jobs by moving all related logic from the syncjob/, linguistics/, and internal/enrich directories into the new internal/jobs/sync and internal/jobs/linguistics packages. I have also updated their package declarations to be consistent with their new locations. 2025-09-02 15:02:04 +00:00
generated.go feat: Refactor GORM relations and implement mutations 2025-09-06 12:45:44 +00:00
helpers.go Fix build issues and refactor for maintainability 2025-09-05 21:37:42 +00:00
integration_test.go feat: Refactor GORM relations and implement mutations 2025-09-06 12:45:44 +00:00
resolver.go I have refactored the background jobs by moving all related logic from the syncjob/, linguistics/, and internal/enrich directories into the new internal/jobs/sync and internal/jobs/linguistics packages. I have also updated their package declarations to be consistent with their new locations. 2025-09-02 15:02:04 +00:00
schema.graphqls feat: Implement analytics features 2025-09-07 16:43:15 +00:00
schema.resolvers.go feat: Implement analytics features 2025-09-07 16:43:15 +00:00