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
بوابة الوثائق للقراءة فقط. نقاط نهاية التعديل والتغيير معطلة.
منصة Kvary أُنشئت أصلًا باللغة الجورجية. وحيثما تتوفر نسخة جورجية، تبقى الجورجية هي اللغة المعتمدة لواجهة المنصة والوثائق والتفسير القانوني.
تُوفَّر الترجمات إلى اللغات الأخرى لسهولة الاستخدام فقط. وقد تنشأ بعض السجلات بلغات أخرى وتحمل لغة مصدر أو لغة قانونية خاصة بذلك المسار، ولكن حيثما تتوفر نسخة جورجية تكون الأولوية للنسخة الجورجية في صياغة المنصة وتفسيرها.
البيانات الوصفية غير مكتملة: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
This note records the Sprint 14 compatibility-surface move for the remaining vacancy/application and accommodation/booking residue that was still hosted in services/svc-tenders/src/repository.ts.
Labels used here:
VERIFIEDREALMIXEDVERIFIED, MIXED
The following root-repository methods were still present as legacy compatibility surface in services/svc-tenders/src/repository.ts before Sprint 14:
listMyVacancyApplications(...)listVacancyApplicationsByPosting(...)listOwnerVacancyApplications(...)getOwnerVacancyApplication(...)These methods were moved behind a clearly named wrapper:
The root repository now delegates to that compatibility module instead of carrying the SQL/mapping logic inline.
VERIFIED, REAL
The preferred active vacancy application read path remains:
This is the repository used by the active vacancy route registration layer:
Verdict:
VacancyReadRepository is the preferred runtime pathVacancyCompatibilityApplicationRepository is second-class compatibility residue kept only for the older TendersRepository surfaceVERIFIED, REAL
Accommodation booking reads are already handled on the preferred read-model path:
Relevant methods:
getMyAccommodationBookings(...)getAccommodationBookingsByListing(...)listOwnerAccommodationReservations(...)getOwnerAccommodationReservation(...)These are consumed directly by:
VERIFIED
Sprint 14 did not create an accommodation/compatibilityBookingRepository.ts, because there was no matching booking-read residue left in the root repository to move.
That absence is intentional and truthful:
VERIFIED, MIXED
Sprint 14 did not change:
This sprint only made the remaining compatibility surface more explicit and safer for future extraction.