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 47 re-checked the remaining root ICPI delegation path and found no live TypeScript callers still depending on ICPI methods hosted on the root repository.ts.
Because there were no verified callers, the root ICPI delegation methods were removed from TendersRepository.
| Current path | Previous dependency | Verdict | Notes |
| --- | --- | --- | --- |
| registerIcpiRoutes.ts | direct IcpiRepositoryPort | direct and correct | Route module already used ICPI-owned repository surface |
| server.ts ICPI registration | IcpiRepository direct injection | direct and correct | No root indirection remained here |
| icpiRouteSupport.ts | no root repository dependency | direct and correct | Support assembly only narrows auth ingress |
| root TendersRepository | self-hosted ICPI delegation methods | removed | No live TS callers still required them |
The following methods were removed from TendersRepository:
upsertIcpiPricePoints(...)countIcpiPricePoints(...)listIcpiPricePoints(...)suggestIcpiItems(...)findLatestIcpiPricePoint(...)The remaining ICPI hosting indirection is not root repository delegation anymore. It is:
Those are runtime/shell seams, not root persistence delegation seams.