mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 00:31:35 +00:00
- Implemented view counting for works and translations by adding calls to the analytics service in the `Work` and `Translation` resolvers. - Implemented translation counting for works by adding a call to the analytics service in the `CreateTranslation` resolver. - Fixed the `Translation` resolver, which was previously unimplemented and caused a panic. - Updated `TASKS.md` to mark the implemented analytics features as complete. |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| cmd | ||
| content/blog | ||
| deploy | ||
| internal | ||
| ops | ||
| pkg/linguistics | ||
| schemas | ||
| test | ||
| .air.toml | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| go.mod | ||
| go.sum | ||
| gqlgen.yml | ||
| refactor.md | ||
| requirements.txt | ||
| TASKS.md | ||
| tools.go | ||