SVC Tenders Repository Boundary
Status: VERIFIED
Sprint: Cleanup Sprint 07
Resolving locale, route permissions, and workspace projection.
النطاق الحالي: ضيف
الفئة: 10_normative | الإصدار: v1.0.0
المالك: DOCUMENT_CUSTODIAN | دورة المراجعة: 90 يومًا
جهة الاعتماد: GOVERNANCE_ADMIN
بوابة الوثائق للقراءة فقط. نقاط نهاية التعديل والتغيير معطلة.
منصة Kvary أُنشئت أصلًا باللغة الجورجية. وحيثما تتوفر نسخة جورجية، تبقى الجورجية هي اللغة المعتمدة لواجهة المنصة والوثائق والتفسير القانوني.
تُوفَّر الترجمات إلى اللغات الأخرى لسهولة الاستخدام فقط. وقد تنشأ بعض السجلات بلغات أخرى وتحمل لغة مصدر أو لغة قانونية خاصة بذلك المسار، ولكن حيثما تتوفر نسخة جورجية تكون الأولوية للنسخة الجورجية في صياغة المنصة وتفسيرها.
البيانات الوصفية غير مكتملة: 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: