API Auction Mutation Ownership Status
Date: 2026-03-19 Sprint: Platform Cleanup Sprint 103
Resolving locale, route permissions, and workspace projection.
النطاق الحالي: ضيف
الفئة: 10_normative | الإصدار: v1.0.0
المالك: DOCUMENT_CUSTODIAN | دورة المراجعة: 90 يومًا
جهة الاعتماد: GOVERNANCE_ADMIN
بوابة الوثائق للقراءة فقط. نقاط نهاية التعديل والتغيير معطلة.
منصة Kvary أُنشئت أصلًا باللغة الجورجية. وحيثما تتوفر نسخة جورجية، تبقى الجورجية هي اللغة المعتمدة لواجهة المنصة والوثائق والتفسير القانوني.
تُوفَّر الترجمات إلى اللغات الأخرى لسهولة الاستخدام فقط. وقد تنشأ بعض السجلات بلغات أخرى وتحمل لغة مصدر أو لغة قانونية خاصة بذلك المسار، ولكن حيثما تتوفر نسخة جورجية تكون الأولوية للنسخة الجورجية في صياغة المنصة وتفسيرها.
البيانات الوصفية غير مكتملة: 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