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
დოკუმენტაციის პორტალი მხოლოდ წაკითხვადია. რედაქტირება და ცვლილების endpoint-ები გამორთულია.
Kvary პლატფორმა თავდაპირველად ქართულ ენაზეა შექმნილი. სადაც ქართული ვერსია არსებობს, პლატფორმის UI-ის, დოკუმენტაციისა და იურიდიული განმარტების ავტორიტეტული ენა არის ქართული.
სხვა ენებზე თარგმანები მოცემულია მოხერხებულობისთვის. კონკრეტული ჩანაწერი ან flow შეიძლება სხვა ენაზე იყოს წარმოშობილი და ჰქონდეს საკუთარი source/legal locale, თუმცა სადაც ქართული ვერსია ხელმისაწვდომია, პლატფორმის დონის ფორმულირებასა და განმარტებაში უპირატესობა ქართულ ვერსიას ენიჭება.
მეტამონაცემები არასრულია: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Sprint 12 was a safe residue pass on services/svc-tenders/src/repository.ts after the earlier file splits for:
This 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: