SVC Tenders Helper Residue Pass
Scope
Sprint 12 was a safe residue pass on after the earlier file splits for:
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
Sprint 12 was a safe residue pass on after the earlier file splits for:
services/svc-tenders/src/repository.tsThis pass did not make new ownership decisions. It removed only helper residue that was clearly dead or clearly superseded by child-owned repository modules.
These remain in services/svc-tenders/src/repository.ts because they still support live root-owned behavior:
Examples:
appendEventHashChain(...)mapKesOrchestratorPayment(...)decryptPaymentNote(...)toVacancySummary(...)toAccommodationSummary(...)toAccommodationDetail(...)normalizeOptionalUpper(...)normalizeOptionalText(...)normalizeRecord(...)parseOptionalNumber(...)toIsoDateOnly(...)These remain intentionally:
TendersRepository that forward to child repositoriesExamples:
services/svc-tenders/src/tender/repository.tsservices/svc-tenders/src/auction/repository.tsservices/svc-tenders/src/declaration/repository.tsservices/svc-tenders/src/icpi/repository.tsservices/svc-tenders/src/butkhuzi/repository.tsThese were identified as safe to remove from the root repository because their live implementations already exist in child-owned modules:
The child-owned repositories already contain their own active copies:
services/svc-tenders/src/tender/repository.tsservices/svc-tenders/src/auction/repository.tsservices/svc-tenders/src/declaration/repository.tsThese were removed in Sprint 12:
PoolClient importThese were not touched beyond existing boundary comments because ownership is still unresolved or intentionally transitional:
No new runtime ownership moved in Sprint 12.
This sprint was a residue-removal pass, not a new extraction pass.
What changed instead:
services/svc-tenders/src/repository.tsDeleted from the root repository:
services/svc-tenders/src/repository/outputAllocations.tsoutput_allocations delegation
Still unresolved after Sprint 12:
output_allocationsservices/svc-tenders/src/repository.ts is now a more truthful shell: