Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platformu aslen Gürcüce oluşturulmuştur. Gürcüce bir sürüm mevcut olduğunda platform arayüzü, dokümantasyon ve hukuki yorum bakımından yetkili dil Gürcücedir.
Diğer dillere yapılan çeviriler kolaylık sağlamak amacıyla sunulur. Bazı kayıtlar belirli bir akış için farklı bir kaynak veya hukuki yerel ayar taşıyabilir; ancak Gürcüce bir sürüm mevcut olduğunda platform düzeyindeki ifadeler ve yorum bakımından öncelik Gürcüce sürümdedir.
Metadata incomplete: 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.