tercul-backend/internal/app
google-labs-jules[bot] 777f6fa965 Chore: Clean up lint warnings and improve code quality
This commit addresses numerous linting errors and improves overall code quality.

- Fixed dozens of 'errcheck' violations by adding error handling and logging for ignored errors, particularly in analytics goroutines and test setup.
- Resolved 'ineffassign' and 'staticcheck' warnings by refactoring variable scopes and suppressing intentional-but-flagged test patterns.
- Removed dead code identified by the 'unused' linter, including helper functions and mock services.
- Refactored test suites to fix inheritance issues, consolidating GraphQL integration tests and correcting test setup logic.
- Corrected invalid logging calls that were causing type check failures.

The codebase now passes 'make lint-test' cleanly.
2025-10-07 13:14:01 +00:00
..
analytics Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
auth Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
author refactor: Align codebase with DDD architecture to fix build 2025-10-03 01:17:53 +00:00
authz feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
book Fix: Correct authorization logic in integration tests 2025-10-04 23:48:44 +00:00
bookmark Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
category Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +00:00
collection This commit refactors the GraphQL layer to improve code quality and adhere to the project's target architecture. 2025-10-03 02:13:12 +00:00
comment Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
contribution feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
copyright feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
like Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
localization feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
monetization feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
search feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
tag Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +00:00
translation feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
user feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
work Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +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
app.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00