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
Date: 2026-03-19 Sprint: Platform Cleanup Sprint 103
This document classifies the auction mutation routes that still live in services/api.
It is about current ownership truth. It is not a claim that these routes are already durable upstream auction actions.
| Route | Local action | Classification | Current backend truth | Verified in-repo caller status |
| --- | --- | --- | --- | --- |
| POST /api/v1/auctions/create | createAuctionFromLandKes | temporary gateway-local compatibility action | API-local auction engine in localEngineRoutes.ts + engine.ts | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/announce | announceAuction | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/open | openBidding | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/bids | submitBid | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/close | closeBidding | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/award | awardWinner | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/settle | confirmSettlement | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
services/api is still read-oriented:
GET /api/v1/auctionsGET /api/v1/auctions/:idAUCTIONS_LOCAL_ENGINE_ENABLED.temporary gateway-local compatibility actionisolate into a narrower compatibility package, not immediate removal