tercul-backend/internal/domain
google-labs-jules[bot] 8797cec718 Refactor: In-progress refactoring to fix build.
This commit includes the following changes:
- Refactored all data repositories in `internal/data/sql/` to use a consistent `sql` package and to align with the new `domain` models.
- Fixed the GraphQL structure by moving the server creation logic from `internal/app` to `cmd/api`, which resolved an import cycle.
- Corrected numerous incorrect import paths for packages like `graph`, `linguistics`, `syncjob`, and the legacy `models` package.
- Resolved several package and function redeclaration errors.
- Removed legacy migration code.
2025-09-05 15:11:30 +00:00
..
author Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
book Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
bookmark Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
category Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
city Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
collection Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
comment Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
contribution Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
copyright Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
copyright_claim Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
country Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
edge Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
edition Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
email_verification Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
like Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
monetization Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
password_reset Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
place Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
publisher Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
source Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
tag Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
translation Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
user Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
user_profile Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
user_session Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +00:00
work Refactor: In-progress refactoring to fix build. 2025-09-05 15:11:30 +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
entities.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
interfaces.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