mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 05:11:34 +00:00
chore: Remove outdated build failure tasks
The 'Urgent: Build Failures' section in TASKS.md was outdated. The issues listed have already been resolved, and the build is stable. This commit removes the section to reflect the current state of the project.
This commit is contained in:
parent
9b96cb4341
commit
c797429e08
14
TASKS.md
14
TASKS.md
@ -4,20 +4,6 @@ This document is the single source of truth for all outstanding development task
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Urgent: Build Failures
|
|
||||||
|
|
||||||
These issues are currently breaking the build and must be resolved before any other work can proceed. They are all related to the ongoing refactor, where repositories are being replaced by application services. The `r.App` object in the resolver does not have direct repository access anymore.
|
|
||||||
|
|
||||||
- [ ] **Fix Resolver Build Errors in `internal/adapters/graphql/schema.resolvers.go`:**
|
|
||||||
- [ ] `line 10`: Remove the unused "log" import.
|
|
||||||
- [ ] `lines 1071, 1073`: Replace `r.App.AuthorRepo` calls with the appropriate application service method (e.g., `r.App.Authors.FindByID`).
|
|
||||||
- [ ] `line 1089`: Correct the call to `r.App.Localization.GetAuthorBiography` as the method does not exist. The correct service and method must be identified.
|
|
||||||
- [ ] `lines 1141, 1143`: Replace `r.App.UserRepo` calls with the correct user application service method.
|
|
||||||
- [ ] `lines 1212, 1225`: Replace `r.App.TagRepo` calls with the correct tag application service method.
|
|
||||||
- [ ] `lines 1249, 1262`: Replace `r.App.CategoryRepo` calls with the correct category application service method.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## High Priority
|
## High Priority
|
||||||
|
|
||||||
### Architecture & Refactoring (see `refactor.md`)
|
### Architecture & Refactoring (see `refactor.md`)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user