SVC Tenders Repository Boundary
Status: VERIFIED
Sprint: Cleanup Sprint 07
Purpose
This note records the persistence/read boundary after Sprint 07. The service still has a large mixed , but active runtime reads are no longer all hidden inside it.
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platform is originally created in Georgian. Where a Georgian version exists, Georgian is authoritative for platform UI, documentation, and legal interpretation.
Translations into other languages are provided for convenience. Some records may originate in other languages and carry their own source or legal locale for a specific flow, but where a Georgian version is available, the Georgian version prevails for platform-level wording and interpretation.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Status: VERIFIED
Sprint: Cleanup Sprint 07
This note records the persistence/read boundary after Sprint 07. The service still has a large mixed , but active runtime reads are no longer all hidden inside it.
TendersRepositoryFile:
services/svc-tenders/src/repository.tsClass:
TendersRepositoryStill owns a broad MIXED set of responsibilities, including:
This file is still oversized and cross-domain.
File:
services/svc-tenders/src/vacancy/readRepository.tsClass:
VacancyReadRepositoryNow owns the active runtime vacancy read path used by HTTP routes for:
Important truth:
TendersRepository methodsFile:
services/svc-tenders/src/accommodation/readModel.tsClass:
AccommodationReadRepositoryActive runtime owner/public/booking read path for:
Important truth:
File:
services/svc-tenders/src/accommodation/ownerReadRepository.tsClass:
AccommodationOwnerReadRepositoryNow owns the active runtime owner listing reads for:
/owner/accommodation-listings/owner/accommodation-listings/:idThis is a small boundary cleanup, not a domain extraction.
Sprint 07 intentionally did not delete these methods from repository.ts:
Vacancy compatibility readers:
listAllVacanciescountAllVacanciesfindVacancyByIdlistMyVacancyPostingsfindMyVacancyPostingByIdlistMyVacancyApplicationslistVacancyApplicationsByPostinglistOwnerVacancyApplicationsgetOwnerVacancyApplicationAccommodation compatibility readers:
listAllAccommodationscountAllAccommodationsfindAccommodationByIdlistMyAccommodationListingsfindMyAccommodationListingByIdWhy they remain:
What changed:
TendersRepositoryTendersRepositoryTendersRepository remains a domain monolithoutput_allocations were intentionally not movedRecommended next repository cleanup: