Accommodation Parity Verification
Purpose
This document records the direct-host parity verification between:
- old accommodation hosting in on
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 platform is originally created in Georgian. Where a Georgian version exists, Georgian is authoritative for platform UI, documentation, and legal interpretation.
Translations into other languages are provided for convenience. Some records may originate in other languages and carry their own source or legal locale for a specific flow, but where a Georgian version is available, the Georgian version prevails for platform-level wording and interpretation.
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-tendershttp://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.