Loading module
Resolving locale, route permissions, and workspace projection.
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 հարթակը սկզբնապես ստեղծված է վրացերենով։ Երբ վրացերեն տարբերակ կա, վրացերենն է գերակա հարթակի UI-ի, փաստաթղթերի և իրավական մեկնաբանության համար։
Այլ լեզուներով թարգմանությունները տրամադրվում են հարմարության համար։ Որոշ գրառումներ կարող են ստեղծվել այլ լեզուներով և ունենալ սեփական source կամ legal locale տվյալ հոսքի համար, բայց երբ վրացերեն տարբերակ հասանելի է, հարթակի մակարդակի ձևակերպումների և մեկնաբանության համար գերակա է վրացերեն տարբերակը։
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 TendersRepository, but active runtime reads are no longer all hidden inside it.
File:
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: