-
Residue Item: Accommodations contracts in svc-tenders
-
Where It Lives: services/svc-tenders/src/accommodation/contracts.ts
-
Why It Still Exists: Compatibility residue for older callers
-
Safe to Clean Now: No, still supports compatibility
-
Notes: Not active route host
-
Residue Item: Accommodations read repositories in svc-tenders
-
Where It Lives: services/svc-tenders/src/accommodation/ownerReadRepository.ts, compatibilityReadRepository.ts
-
Why It Still Exists: Compatibility hosting for older callers
-
Safe to Clean Now: No, still in use
-
Notes: Root compatibility in repository.ts
-
Residue Item: Vacancies contracts in svc-tenders
-
Where It Lives: services/svc-tenders/src/vacancy/contracts.ts
-
Why It Still Exists: Compatibility residue
-
Safe to Clean Now: No, still supports compatibility
-
Notes: Not active route host
-
Residue Item: Vacancies domain and read models in svc-tenders
-
Where It Lives: services/svc-tenders/src/vacancy/domain.ts, readModel.ts, readRepository.ts
-
Why It Still Exists: Compatibility for public-read fallback
-
Safe to Clean Now: No, still active for compatibility
-
Notes: Root residue in repository.ts
-
Residue Item: Vacancies compatibility repositories in svc-tenders
-
Where It Lives: services/svc-tenders/src/vacancy/compatibilityReadRepository.ts, compatibilityApplicationRepository.ts
-
Why It Still Exists: Supports compatibility cleanup work
-
Safe to Clean Now: No, separate from route-host retirement
-
Notes: Public-read still compatibility-backed