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
This document records the direct-host parity verification between:
svc-tenders on http://localhost:4020svc-accommodations runtime on http://localhost:4022Canonical dev runtime target:
http://localhost:4022Authenticated checks used the existing dev impersonation flow:
POST http://127.0.0.1:4100/auth/dev/impersonate{"email":"kvaratskhelia.ge@gmail.com"}This returned a valid access token for authenticated owner/booking read checks.
| Route / surface | Old host result | New host result | Parity verdict | Notes |
| --- | --- | --- | --- | --- |
| GET /accommodations?page=1&pageSize=1 | 200 | 200 | parity confirmed | Public list matched exactly. |
| GET /accommodations/ACC-GE-2026-0102 | 200 | 200 | parity confirmed | Public detail matched exactly. |
| POST /accommodations/ACC-GE-2026-0102/quote | 200 | 200 | parity confirmed with request-time variance | Only computedAt differed. |
| GET /my-accommodation-bookings with bearer token | 200 | 200 | parity confirmed | Successful authenticated read matched exactly. |
| GET /owner/accommodation-listings with bearer token | 200 | 200 | parity confirmed | Successful authenticated owner read matched exactly. |
| GET /owner/accommodation-reservations with bearer token | 200 | 200 | parity confirmed | Successful authenticated reservation read matched exactly. |
| POST /accommodation-listings without bearer token | 401 | 401 | parity confirmed | Denial path matched exactly. |
Observed difference:
POST /accommodations/:id/quote returned different computedAt timestampsSeverity:
LOWClassification:
No status-code mismatch or payload-structure mismatch was found in the checked set.
No checked route showed a compatibility-backed difference between old and new hosts.
That does not mean compatibility residue is gone. It means the checked route set stayed on the active preferred accommodation paths. The old-host-only compatibility residue remains:
services/svc-tenders/src/accommodation/compatibilityReadRepository.tsservices/svc-tenders/src/repository.tsDirect-host parity is confirmed for the checked route set, with only the expected quote timestamp variance.