Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Текущая область: Гость
Категория: 10_normative | Версия: v1.0.0
Владелец: DOCUMENT_CUSTODIAN | Цикл пересмотра: 90 дней
Утверждающий орган: GOVERNANCE_ADMIN
Портал документации доступен только для чтения. Редактирование и mutation endpoints отключены.
Платформа Kvary изначально создана на грузинском языке. Там, где существует грузинская версия, именно грузинский язык является авторитетным для UI платформы, документации и юридического толкования.
Переводы на другие языки предоставляются только для удобства. Отдельные записи и flow могут изначально существовать на других языках и иметь собственный source/legal locale, но там, где доступна грузинская версия, для формулировок и толкования на уровне платформы приоритет имеет грузинский текст.
Метаданные неполные: 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: