tercul-backend/internal
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
..
adapters feat: Implement analytics features 2025-09-07 16:43:15 +00:00
app feat: Implement analytics features 2025-09-07 16:43:15 +00:00
data feat: Implement analytics features 2025-09-07 16:43:15 +00:00
domain feat: Implement analytics features 2025-09-07 16:43:15 +00:00
jobs docs: Update documentation to reflect refactoring changes 2025-09-06 15:29:43 +00:00
observability 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
platform feat: Refactor localization, auth, copyright, and monetization domains 2025-09-06 15:15:10 +00:00
testutil feat: Add unit tests for models, repositories, and services 2025-09-07 11:42:30 +00:00